|
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 |
@@ -15403,7 +15403,7 @@ Location[JT] def reload(flag: Boolean?): Unit |
15403 | 15403 | Location[JT] def replace(url: String): Unit |
15404 | 15404 | Location[JT] var search: String |
15405 | 15405 | MIMEType[JT] |
15406 | | -MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
| 15406 | +MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
15407 | 15407 | MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType] |
15408 | 15408 | MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType] |
15409 | 15409 | MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType] |
@@ -16118,7 +16118,7 @@ PermissionName[JT] |
16118 | 16118 | PermissionName[SO] val geolocation: PermissionName |
16119 | 16119 | PermissionName[SO] val midi: PermissionName |
16120 | 16120 | PermissionName[SO] val notifications: PermissionName |
16121 | | -PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
| 16121 | +PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
16122 | 16122 | PermissionName[SO] val push: PermissionName |
16123 | 16123 | PermissionState[JT] |
16124 | 16124 | PermissionState[SO] val denied: PermissionState |
@@ -16504,9 +16504,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js |
16504 | 16504 | RTCSignalingState[JT] |
16505 | 16505 | RTCSignalingState[SO] val closed: RTCSignalingState |
16506 | 16506 | RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState] |
16507 | | -RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
| 16507 | +RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
16508 | 16508 | RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState] |
16509 | | -RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
| 16509 | +RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
16510 | 16510 | RTCSignalingState[SO] val stable: RTCSignalingState |
16511 | 16511 | RTCStats[JT] val id: String |
16512 | 16512 | RTCStats[JT] val timestamp: Double |
@@ -16576,9 +16576,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType] |
16576 | 16576 | ReferrerPolicy[JT] |
16577 | 16577 | ReferrerPolicy[SO] val empty: ReferrerPolicy |
16578 | 16578 | ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy] |
16579 | | -ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
| 16579 | +ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
16580 | 16580 | ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy] |
16581 | | -ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
| 16581 | +ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
16582 | 16582 | ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy] |
16583 | 16583 | Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer] |
16584 | 16584 | Request[JC] def blob(): js.Promise[Blob] |
@@ -27557,4 +27557,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2 |
27557 | 27557 | webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0) |
27558 | 27558 | webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0) |
27559 | 27559 | webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
27560 | | -webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
| 27560 | +webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
0 commit comments