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+
1414AbortController[JC] def abort(): Unit
1515AbortController[JC] val signal: AbortSignal
1616AbortSignal[JT] def aborted: Boolean
@@ -15347,6 +15347,7 @@ KeyboardEvent[JC] def bubbles: Boolean
1534715347KeyboardEvent[JC] def cancelBubble: Boolean
1534815348KeyboardEvent[JC] def cancelable: Boolean
1534915349KeyboardEvent[JC] def charCode: Int
15350+ KeyboardEvent[JC] def code: String
1535015351KeyboardEvent[JC] def ctrlKey: Boolean
1535115352KeyboardEvent[JC] def currentTarget: EventTarget
1535215353KeyboardEvent[JC] def defaultPrevented: Boolean
@@ -15375,6 +15376,7 @@ KeyboardEventInit[JT] var altKey: js.UndefOr[Boolean]
1537515376KeyboardEventInit[JT] var bubbles: js.UndefOr[Boolean]
1537615377KeyboardEventInit[JT] var cancelable: js.UndefOr[Boolean]
1537715378KeyboardEventInit[JT] var charCode: js.UndefOr[Int]
15379+ KeyboardEventInit[JT] var code: js.UndefOr[String]
1537815380KeyboardEventInit[JT] var composed: js.UndefOr[Boolean]
1537915381KeyboardEventInit[JT] var ctrlKey: js.UndefOr[Boolean]
1538015382KeyboardEventInit[JT] var detail: js.UndefOr[Int]
@@ -15401,7 +15403,7 @@ Location[JT] def reload(flag: Boolean?): Unit
1540115403Location[JT] def replace(url: String): Unit
1540215404Location[JT] var search: String
1540315405MIMEType[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]
1540515407MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
1540615408MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
1540715409MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -16116,7 +16118,7 @@ PermissionName[JT]
1611616118PermissionName[SO] val geolocation: PermissionName
1611716119PermissionName[SO] val midi: PermissionName
1611816120PermissionName[SO] val notifications: PermissionName
16119- PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16121+ PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1612016122PermissionName[SO] val push: PermissionName
1612116123PermissionState[JT]
1612216124PermissionState[SO] val denied: PermissionState
@@ -16502,9 +16504,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1650216504RTCSignalingState[JT]
1650316505RTCSignalingState[SO] val closed: RTCSignalingState
1650416506RTCSignalingState[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]
1650616508RTCSignalingState[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]
1650816510RTCSignalingState[SO] val stable: RTCSignalingState
1650916511RTCStats[JT] val id: String
1651016512RTCStats[JT] val timestamp: Double
@@ -16574,9 +16576,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1657416576ReferrerPolicy[JT]
1657516577ReferrerPolicy[SO] val empty: ReferrerPolicy
1657616578ReferrerPolicy[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]
1657816580ReferrerPolicy[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]
1658016582ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1658116583Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1658216584Request[JC] def blob(): js.Promise[Blob]
@@ -27555,4 +27557,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2755527557webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2755627558webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2755727559webworkers[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