|
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
|
@@ -16490,7 +16490,7 @@ LockOptions[JT] var mode: js.UndefOr[LockMode]
|
16490 | 16490 | LockOptions[JT] var signal: js.UndefOr[AbortSignal]
|
16491 | 16491 | LockOptions[JT] var steal: js.UndefOr[Boolean]
|
16492 | 16492 | MIMEType[JT]
|
16493 |
| -MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
| 16493 | +MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType] |
16494 | 16494 | MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
|
16495 | 16495 | MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
|
16496 | 16496 | MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
|
@@ -17288,7 +17288,7 @@ PermissionName[JT]
|
17288 | 17288 | PermissionName[SO] val geolocation: PermissionName
|
17289 | 17289 | PermissionName[SO] val midi: PermissionName
|
17290 | 17290 | PermissionName[SO] val notifications: PermissionName
|
17291 |
| -PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
| 17291 | +PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName] |
17292 | 17292 | PermissionName[SO] val push: PermissionName
|
17293 | 17293 | PermissionState[JT]
|
17294 | 17294 | PermissionState[SO] val denied: PermissionState
|
@@ -17685,9 +17685,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
|
17685 | 17685 | RTCSignalingState[JT]
|
17686 | 17686 | RTCSignalingState[SO] val closed: RTCSignalingState
|
17687 | 17687 | RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
|
17688 |
| -RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
| 17688 | +RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState] |
17689 | 17689 | RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
|
17690 |
| -RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
| 17690 | +RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState] |
17691 | 17691 | RTCSignalingState[SO] val stable: RTCSignalingState
|
17692 | 17692 | RTCStats[JT] val id: String
|
17693 | 17693 | RTCStats[JT] val timestamp: Double
|
@@ -17757,9 +17757,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
|
17757 | 17757 | ReferrerPolicy[JT]
|
17758 | 17758 | ReferrerPolicy[SO] val empty: ReferrerPolicy
|
17759 | 17759 | ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
|
17760 |
| -ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
| 17760 | +ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy] |
17761 | 17761 | ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
|
17762 |
| -ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
| 17762 | +ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy] |
17763 | 17763 | ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
|
17764 | 17764 | Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
|
17765 | 17765 | Request[JC] def blob(): js.Promise[Blob]
|
@@ -29274,4 +29274,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
|
29274 | 29274 | webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
|
29275 | 29275 | webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
|
29276 | 29276 | webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
|
29277 |
| -webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
| 29277 | +webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0) |
0 commit comments