android-components / mozilla.components.concept.engine / HitResult / VIDEO

VIDEO

data class VIDEO : HitResult (source)

If the HTML element was of type 'HTMLVideoElement'.

Constructors

<init>

VIDEO(src: String)

If the HTML element was of type 'HTMLVideoElement'.

Properties

src

val src: String