Skip to content

Commit 46d2ea8

Browse files
committed
prePR
1 parent c63125c commit 46d2ea8

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

api-reports/2_12.txt

+20-20
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
@@ -15403,7 +15403,7 @@ Location[JT] def reload(flag: Boolean?): Unit
1540315403
Location[JT] def replace(url: String): Unit
1540415404
Location[JT] var search: String
1540515405
MIMEType[JT]
15406-
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
15406+
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
1540715407
MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
1540815408
MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
1540915409
MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -16118,7 +16118,7 @@ PermissionName[JT]
1611816118
PermissionName[SO] val geolocation: PermissionName
1611916119
PermissionName[SO] val midi: PermissionName
1612016120
PermissionName[SO] val notifications: PermissionName
16121-
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16121+
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1612216122
PermissionName[SO] val push: PermissionName
1612316123
PermissionState[JT]
1612416124
PermissionState[SO] val denied: PermissionState
@@ -16504,9 +16504,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1650416504
RTCSignalingState[JT]
1650516505
RTCSignalingState[SO] val closed: RTCSignalingState
1650616506
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
16507-
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16507+
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
1650816508
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
16509-
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16509+
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
1651016510
RTCSignalingState[SO] val stable: RTCSignalingState
1651116511
RTCStats[JT] val id: String
1651216512
RTCStats[JT] val timestamp: Double
@@ -16576,9 +16576,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1657616576
ReferrerPolicy[JT]
1657716577
ReferrerPolicy[SO] val empty: ReferrerPolicy
1657816578
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
16579-
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]
1658016580
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
16581-
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]
1658216582
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1658316583
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1658416584
Request[JC] def blob(): js.Promise[Blob]
@@ -27557,4 +27557,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2755727557
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2755827558
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2755927559
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27560-
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27560+
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)

api-reports/2_13.txt

+2
Original file line numberDiff line numberDiff line change
@@ -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]

0 commit comments

Comments
 (0)