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