Skip to content

Commit cebafda

Browse files
author
exoego
committed
Expose srcObject
1 parent 159526a commit cebafda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/scala/org/scalajs/dom/raw/Html.scala

+5
Original file line numberDiff line numberDiff line change
@@ -3800,6 +3800,11 @@ abstract class HTMLMediaElement extends HTMLElement {
38003800
* MDN
38013801
*/
38023802
def audioTracks: AudioTrackList = js.native
3803+
3804+
/**
3805+
* Sets or returns the object which serves as the source of the media associated with the HTMLMediaElement.
3806+
*/
3807+
var srcObject: org.scalajs.dom.experimental.mediastream.MediaStream
38033808
}
38043809

38053810
@js.native

0 commit comments

Comments
 (0)