|
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,10 +15450,15 @@ 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 addListener(listener: MediaQueryListListener): 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 |
15454 | 15457 | MediaQueryList[JT] def matches: Boolean |
15455 | 15458 | MediaQueryList[JT] var media: String |
15456 | | -MediaQueryList[JT] def removeListener(listener: MediaQueryListListener): Unit |
| 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) |
15457 | 15462 | MediaQueryListListener[JT] def apply(mql: MediaQueryList): Unit |
15458 | 15463 | MediaSource[JC] def activeSourceBuffers: SourceBufferList |
15459 | 15464 | MediaSource[JC] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit |
@@ -16111,7 +16116,7 @@ PermissionName[JT] |
16111 | 16116 | PermissionName[SO] val geolocation: PermissionName |
16112 | 16117 | PermissionName[SO] val midi: PermissionName |
16113 | 16118 | PermissionName[SO] val notifications: PermissionName |
16114 | | -PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
| 16119 | +PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
16115 | 16120 | PermissionName[SO] val push: PermissionName |
16116 | 16121 | PermissionState[JT] |
16117 | 16122 | PermissionState[SO] val denied: PermissionState |
@@ -16497,9 +16502,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js |
16497 | 16502 | RTCSignalingState[JT] |
16498 | 16503 | RTCSignalingState[SO] val closed: RTCSignalingState |
16499 | 16504 | RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState] |
16500 | | -RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
| 16505 | +RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
16501 | 16506 | RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState] |
16502 | | -RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
| 16507 | +RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
16503 | 16508 | RTCSignalingState[SO] val stable: RTCSignalingState |
16504 | 16509 | RTCStats[JT] val id: String |
16505 | 16510 | RTCStats[JT] val timestamp: Double |
@@ -16569,9 +16574,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType] |
16569 | 16574 | ReferrerPolicy[JT] |
16570 | 16575 | ReferrerPolicy[SO] val empty: ReferrerPolicy |
16571 | 16576 | ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy] |
16572 | | -ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
| 16577 | +ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
16573 | 16578 | ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy] |
16574 | | -ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
| 16579 | +ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
16575 | 16580 | ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy] |
16576 | 16581 | Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer] |
16577 | 16582 | Request[JC] def blob(): js.Promise[Blob] |
@@ -27550,4 +27555,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2 |
27550 | 27555 | webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0) |
27551 | 27556 | webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0) |
27552 | 27557 | webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
27553 | | -webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
| 27558 | +webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
|
0 commit comments