mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLMediaElement.crossorigin attribute logic.
This commit is contained in:
parent
415b26e4f1
commit
ade697b782
4 changed files with 19 additions and 55 deletions
|
@ -16,7 +16,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
[CEReactions] attribute USVString src;
|
||||
attribute MediaProvider? srcObject;
|
||||
readonly attribute USVString currentSrc;
|
||||
// [CEReactions] attribute DOMString crossOrigin;
|
||||
[CEReactions] attribute DOMString? crossOrigin;
|
||||
const unsigned short NETWORK_EMPTY = 0;
|
||||
const unsigned short NETWORK_IDLE = 1;
|
||||
const unsigned short NETWORK_LOADING = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue