Skip to content

Commit e2b167b

Browse files
author
exoego
committed
Expose srcObject
1 parent 32d32d6 commit e2b167b

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3791,6 +3791,11 @@ abstract class HTMLMediaElement extends HTMLElement {
37913791
* MDN
37923792
*/
37933793
def audioTracks: AudioTrackList = js.native
3794+
3795+
/**
3796+
* Sets or returns the object which serves as the source of the media associated with the HTMLMediaElement.
3797+
*/
3798+
var srcObject: org.scalajs.dom.experimental.mediastream.MediaStream
37943799
}
37953800

37963801
@js.native

0 commit comments

Comments
 (0)