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
@@ -15347,6 +15347,7 @@ KeyboardEvent[JC] def bubbles: Boolean
15347
15347
KeyboardEvent[JC] def cancelBubble: Boolean
15348
15348
KeyboardEvent[JC] def cancelable: Boolean
15349
15349
KeyboardEvent[JC] def charCode: Int
15350
+ KeyboardEvent[JC] def code: String
15350
15351
KeyboardEvent[JC] def ctrlKey: Boolean
15351
15352
KeyboardEvent[JC] def currentTarget: EventTarget
15352
15353
KeyboardEvent[JC] def defaultPrevented: Boolean
@@ -15375,6 +15376,7 @@ KeyboardEventInit[JT] var altKey: js.UndefOr[Boolean]
15375
15376
KeyboardEventInit[JT] var bubbles: js.UndefOr[Boolean]
15376
15377
KeyboardEventInit[JT] var cancelable: js.UndefOr[Boolean]
15377
15378
KeyboardEventInit[JT] var charCode: js.UndefOr[Int]
15379
+ KeyboardEventInit[JT] var code: js.UndefOr[String]
15378
15380
KeyboardEventInit[JT] var composed: js.UndefOr[Boolean]
15379
15381
KeyboardEventInit[JT] var ctrlKey: js.UndefOr[Boolean]
15380
15382
KeyboardEventInit[JT] var detail: js.UndefOr[Int]
@@ -15401,7 +15403,7 @@ Location[JT] def reload(flag: Boolean?): Unit
15401
15403
Location[JT] def replace(url: String): Unit
15402
15404
Location[JT] var search: String
15403
15405
MIMEType[JT]
15404
- MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
15406
+ MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
15405
15407
MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
15406
15408
MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
15407
15409
MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -16116,7 +16118,7 @@ PermissionName[JT]
16116
16118
PermissionName[SO] val geolocation: PermissionName
16117
16119
PermissionName[SO] val midi: PermissionName
16118
16120
PermissionName[SO] val notifications: PermissionName
16119
- PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16121
+ PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16120
16122
PermissionName[SO] val push: PermissionName
16121
16123
PermissionState[JT]
16122
16124
PermissionState[SO] val denied: PermissionState
@@ -16502,9 +16504,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
16502
16504
RTCSignalingState[JT]
16503
16505
RTCSignalingState[SO] val closed: RTCSignalingState
16504
16506
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
16505
- RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16507
+ RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16506
16508
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
16507
- RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16509
+ RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16508
16510
RTCSignalingState[SO] val stable: RTCSignalingState
16509
16511
RTCStats[JT] val id: String
16510
16512
RTCStats[JT] val timestamp: Double
@@ -16574,9 +16576,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
16574
16576
ReferrerPolicy[JT]
16575
16577
ReferrerPolicy[SO] val empty: ReferrerPolicy
16576
16578
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
16577
- 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]
16578
16580
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
16579
- 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]
16580
16582
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
16581
16583
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
16582
16584
Request[JC] def blob(): js.Promise[Blob]
@@ -27555,4 +27557,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
27555
27557
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
27556
27558
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
27557
27559
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27558
- 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