5 lines
94 B
Text
5 lines
94 B
Text
interface HTMLVideoElement : HTMLMediaElement {
|
|
|
|
[Reflect] attribute DOMString poster;
|
|
|
|
}
|