mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Implement the HTMLMediaElement crossOrigin attribute
This commit is contained in:
committed by
Andreas Kling
parent
7833b321a3
commit
f8d6a67294
@@ -14,6 +14,7 @@ interface HTMLMediaElement : HTMLElement {
|
||||
|
||||
// network state
|
||||
[Reflect, CEReactions] attribute DOMString src;
|
||||
[Reflect=crossorigin, CEReactions] attribute DOMString? crossOrigin;
|
||||
const unsigned short NETWORK_EMPTY = 0;
|
||||
const unsigned short NETWORK_IDLE = 1;
|
||||
const unsigned short NETWORK_LOADING = 2;
|
||||
|
||||
Reference in New Issue
Block a user