Skip to content

Commit c63125c

Browse files
committed
Changes to api-reports
1 parent b024b00 commit c63125c

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

api-reports/2_12.txt

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

Comments
 (0)