Skip to content

Commit 59869db

Browse files
author
exoego
committed
Expose srcObject
1 parent 8061334 commit 59869db

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
@@ -3188,6 +3188,11 @@ abstract class HTMLMediaElement extends HTMLElement {
31883188
* MDN
31893189
*/
31903190
def audioTracks: AudioTrackList = js.native
3191+
3192+
/**
3193+
* Sets or returns the object which serves as the source of the media associated with the HTMLMediaElement.
3194+
*/
3195+
var srcObject: org.scalajs.dom.experimental.mediastream.MediaStream
31913196
}
31923197

31933198
@js.native

0 commit comments

Comments
 (0)