We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f810f35 commit 053820eCopy full SHA for 053820e
src/main/scala/org/scalajs/dom/raw/Html.scala
@@ -13,6 +13,7 @@ import scala.scalajs.js
13
import scala.scalajs.js.annotation._
14
import scala.scalajs.js.|
15
import org.scalajs.dom
16
+import dom.experimental.mediastream.{MediaStream, MediaSource}
17
18
@js.native
19
@JSGlobal
@@ -3194,8 +3195,7 @@ abstract class HTMLMediaElement extends HTMLElement {
3194
3195
/**
3196
* Sets or returns the object which serves as the source of the media associated with the HTMLMediaElement.
3197
*/
- var srcObject: js.UndefOr[
3198
- dom.experimental.mediastream.MediaStream | dom.experimental.mediastream.MediaSource | Blob]
+ var srcObject: js.UndefOr[MediaStream | MediaSource | Blob]
3199
}
3200
3201
0 commit comments