Skip to content

Commit 1c36d9e

Browse files
exoegojapgolly
exoego
authored andcommitted
Expose srcObject
1 parent 45ad801 commit 1c36d9e

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
@@ -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)