mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
[HTMLMediaElement] Reintroduce srcObject
This was removed when mozilla specific extensions were removed. It is not mozilla specific though and currently the only way to show webcam data in a video element that I am aware of.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user