|
1 |
| -scala-js-dom API |
2 |
| -================ |
3 |
| -
|
4 |
| -This is generated automatically on compile via custom Scalafix rule 'GenerateApiReport'. |
5 |
| -
|
6 |
| -Flags: |
7 |
| - [J-] = JavaScript type |
8 |
| - [S-] = Scala type |
9 |
| - [-C] = Class |
10 |
| - [-T] = Trait |
11 |
| - [-O] = Object |
12 |
| -
|
13 |
| -
|
| 1 | +scala-js-dom API |
| 2 | +================ |
| 3 | + |
| 4 | +This is generated automatically on compile via custom Scalafix rule 'GenerateApiReport'. |
| 5 | + |
| 6 | +Flags: |
| 7 | + [J-] = JavaScript type |
| 8 | + [S-] = Scala type |
| 9 | + [-C] = Class |
| 10 | + [-T] = Trait |
| 11 | + [-O] = Object |
| 12 | + |
| 13 | + |
14 | 14 | AbortController[JC] def abort(): Unit
|
15 | 15 | AbortController[JC] val signal: AbortSignal
|
16 | 16 | AbortSignal[JT] def aborted: Boolean
|
@@ -15401,7 +15401,7 @@ Location[JT] def reload(flag: Boolean?): Unit
|
15401 | 15401 | Location[JT] def replace(url: String): Unit
|
15402 | 15402 | Location[JT] var search: String
|
15403 | 15403 | MIMEType[JT]
|
15404 |
| -MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
| 15404 | +MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
15405 | 15405 | MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
|
15406 | 15406 | MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
|
15407 | 15407 | MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
|
@@ -15450,15 +15450,10 @@ MediaList[JC] def item(index: Int): String
|
15450 | 15450 | MediaList[JC] def length: Int
|
15451 | 15451 | MediaList[JC] def mediaText: String
|
15452 | 15452 | MediaList[JC] @scala.scalajs.js.annotation.JSBracketAccess def update(index: Int, v: String): Unit
|
15453 |
| -MediaQueryList[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit |
15454 |
| -MediaQueryList[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit |
15455 |
| -MediaQueryList[JT] def addListener(listener: MediaQueryListListener): Unit (@deprecated in 2.3.0) |
15456 |
| -MediaQueryList[JT] def dispatchEvent(evt: Event): Boolean |
| 15453 | +MediaQueryList[JT] def addListener(listener: MediaQueryListListener): Unit |
15457 | 15454 | MediaQueryList[JT] def matches: Boolean
|
15458 | 15455 | MediaQueryList[JT] var media: String
|
15459 |
| -MediaQueryList[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit |
15460 |
| -MediaQueryList[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit |
15461 |
| -MediaQueryList[JT] def removeListener(listener: MediaQueryListListener): Unit (@deprecated in 2.3.0) |
| 15456 | +MediaQueryList[JT] def removeListener(listener: MediaQueryListListener): Unit |
15462 | 15457 | MediaQueryListListener[JT] def apply(mql: MediaQueryList): Unit
|
15463 | 15458 | MediaSource[JC] def activeSourceBuffers: SourceBufferList
|
15464 | 15459 | MediaSource[JC] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
|
@@ -16116,7 +16111,7 @@ PermissionName[JT]
|
16116 | 16111 | PermissionName[SO] val geolocation: PermissionName
|
16117 | 16112 | PermissionName[SO] val midi: PermissionName
|
16118 | 16113 | PermissionName[SO] val notifications: PermissionName
|
16119 |
| -PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
| 16114 | +PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
16120 | 16115 | PermissionName[SO] val push: PermissionName
|
16121 | 16116 | PermissionState[JT]
|
16122 | 16117 | PermissionState[SO] val denied: PermissionState
|
@@ -16502,9 +16497,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
|
16502 | 16497 | RTCSignalingState[JT]
|
16503 | 16498 | RTCSignalingState[SO] val closed: RTCSignalingState
|
16504 | 16499 | RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
|
16505 |
| -RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
| 16500 | +RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
16506 | 16501 | RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
|
16507 |
| -RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
| 16502 | +RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
16508 | 16503 | RTCSignalingState[SO] val stable: RTCSignalingState
|
16509 | 16504 | RTCStats[JT] val id: String
|
16510 | 16505 | RTCStats[JT] val timestamp: Double
|
@@ -16574,9 +16569,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
|
16574 | 16569 | ReferrerPolicy[JT]
|
16575 | 16570 | ReferrerPolicy[SO] val empty: ReferrerPolicy
|
16576 | 16571 | ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
|
16577 |
| -ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
| 16572 | +ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
16578 | 16573 | ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
|
16579 |
| -ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
| 16574 | +ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
16580 | 16575 | ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
|
16581 | 16576 | Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
|
16582 | 16577 | Request[JC] def blob(): js.Promise[Blob]
|
@@ -27555,4 +27550,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
|
27555 | 27550 | webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
|
27556 | 27551 | webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
|
27557 | 27552 | webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
|
27558 |
| -webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
| 27553 | +webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
0 commit comments