mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-06 01:21:22 +00:00
Merge pull request #1248 from selaux/add-srcObject-to-HTMLMediaElement
[HTMLMediaElement] Reintroduce srcObject
This commit is contained in:
commit
8ead8a1b62
@ -21,6 +21,8 @@ interface HTMLMediaElement : HTMLElement {
|
|||||||
attribute DOMString src;
|
attribute DOMString src;
|
||||||
readonly attribute DOMString currentSrc;
|
readonly attribute DOMString currentSrc;
|
||||||
|
|
||||||
|
attribute MediaStream? srcObject;
|
||||||
|
|
||||||
[CEReactions, SetterThrows]
|
[CEReactions, SetterThrows]
|
||||||
attribute DOMString? crossOrigin;
|
attribute DOMString? crossOrigin;
|
||||||
const unsigned short NETWORK_EMPTY = 0;
|
const unsigned short NETWORK_EMPTY = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user