|
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
|
@@ -15490,7 +15490,7 @@ Location[JT] def reload(flag: Boolean?): Unit
|
15490 | 15490 | Location[JT] def replace(url: String): Unit
|
15491 | 15491 | Location[JT] var search: String
|
15492 | 15492 | MIMEType[JT]
|
15493 |
| -MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
| 15493 | +MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
15494 | 15494 | MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
|
15495 | 15495 | MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
|
15496 | 15496 | MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
|
@@ -16210,7 +16210,7 @@ PermissionName[JT]
|
16210 | 16210 | PermissionName[SO] val geolocation: PermissionName
|
16211 | 16211 | PermissionName[SO] val midi: PermissionName
|
16212 | 16212 | PermissionName[SO] val notifications: PermissionName
|
16213 |
| -PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
| 16213 | +PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
16214 | 16214 | PermissionName[SO] val push: PermissionName
|
16215 | 16215 | PermissionState[JT]
|
16216 | 16216 | PermissionState[SO] val denied: PermissionState
|
@@ -16606,9 +16606,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
|
16606 | 16606 | RTCSignalingState[JT]
|
16607 | 16607 | RTCSignalingState[SO] val closed: RTCSignalingState
|
16608 | 16608 | RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
|
16609 |
| -RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
| 16609 | +RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
16610 | 16610 | RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
|
16611 |
| -RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
| 16611 | +RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
16612 | 16612 | RTCSignalingState[SO] val stable: RTCSignalingState
|
16613 | 16613 | RTCStats[JT] val id: String
|
16614 | 16614 | RTCStats[JT] val timestamp: Double
|
@@ -16678,9 +16678,11 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
|
16678 | 16678 | ReferrerPolicy[JT]
|
16679 | 16679 | ReferrerPolicy[SO] val empty: ReferrerPolicy
|
16680 | 16680 | ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
|
16681 |
| -ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
| 16681 | +ReferrerPolicy[SO] val `no-referrer-when-downgrade` = |
| 16682 | + "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
16682 | 16683 | ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
|
16683 |
| -ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
| 16684 | +ReferrerPolicy[SO] val `origin-when-cross-origin` = |
| 16685 | + "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
16684 | 16686 | ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
|
16685 | 16687 | Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
|
16686 | 16688 | Request[JC] def blob(): js.Promise[Blob]
|
@@ -27728,4 +27730,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
|
27728 | 27730 | webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
|
27729 | 27731 | webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
|
27730 | 27732 | webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
|
27731 |
| -webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
| 27733 | +webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
0 commit comments