mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add stubs for src and currentSrc for HTMLMediaElement.
This commit is contained in:
parent
b8b4be34c0
commit
53f9307fb7
5 changed files with 45 additions and 344 deletions
|
@ -11,8 +11,8 @@ interface HTMLMediaElement : HTMLElement {
|
|||
//readonly attribute MediaError? error;
|
||||
|
||||
// network state
|
||||
// attribute DOMString src;
|
||||
//readonly attribute DOMString currentSrc;
|
||||
attribute DOMString src;
|
||||
readonly attribute DOMString currentSrc;
|
||||
// attribute DOMString crossOrigin;
|
||||
const unsigned short NETWORK_EMPTY = 0;
|
||||
const unsigned short NETWORK_IDLE = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue