Skip to content

Commit 07a9258

Browse files
committed
Patch up API reports
1 parent 20f81f4 commit 07a9258

File tree

2 files changed

+42
-40
lines changed

2 files changed

+42
-40
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
@@ -15490,7 +15490,7 @@ Location[JT] def reload(flag: Boolean?): Unit
1549015490
Location[JT] def replace(url: String): Unit
1549115491
Location[JT] var search: String
1549215492
MIMEType[JT]
15493-
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
15493+
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
1549415494
MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
1549515495
MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
1549615496
MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -16210,7 +16210,7 @@ PermissionName[JT]
1621016210
PermissionName[SO] val geolocation: PermissionName
1621116211
PermissionName[SO] val midi: PermissionName
1621216212
PermissionName[SO] val notifications: PermissionName
16213-
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16213+
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1621416214
PermissionName[SO] val push: PermissionName
1621516215
PermissionState[JT]
1621616216
PermissionState[SO] val denied: PermissionState
@@ -16606,9 +16606,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1660616606
RTCSignalingState[JT]
1660716607
RTCSignalingState[SO] val closed: RTCSignalingState
1660816608
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
16609-
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16609+
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
1661016610
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
16611-
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16611+
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
1661216612
RTCSignalingState[SO] val stable: RTCSignalingState
1661316613
RTCStats[JT] val id: String
1661416614
RTCStats[JT] val timestamp: Double
@@ -16678,9 +16678,11 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1667816678
ReferrerPolicy[JT]
1667916679
ReferrerPolicy[SO] val empty: ReferrerPolicy
1668016680
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
16681-
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
16681+
ReferrerPolicy[SO] val `no-referrer-when-downgrade` =
16682+
"no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
1668216683
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
16683-
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
16684+
ReferrerPolicy[SO] val `origin-when-cross-origin` =
16685+
"origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
1668416686
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1668516687
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1668616688
Request[JC] def blob(): js.Promise[Blob]
@@ -27728,4 +27730,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2772827730
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2772927731
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2773027732
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27731-
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27733+
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)

api-reports/2_13.txt

Lines changed: 20 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
@@ -15490,7 +15490,7 @@ Location[JT] def reload(flag: Boolean?): Unit
1549015490
Location[JT] def replace(url: String): Unit
1549115491
Location[JT] var search: String
1549215492
MIMEType[JT]
15493-
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
15493+
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
1549415494
MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
1549515495
MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
1549615496
MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -16210,7 +16210,7 @@ PermissionName[JT]
1621016210
PermissionName[SO] val geolocation: PermissionName
1621116211
PermissionName[SO] val midi: PermissionName
1621216212
PermissionName[SO] val notifications: PermissionName
16213-
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16213+
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1621416214
PermissionName[SO] val push: PermissionName
1621516215
PermissionState[JT]
1621616216
PermissionState[SO] val denied: PermissionState
@@ -16606,9 +16606,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1660616606
RTCSignalingState[JT]
1660716607
RTCSignalingState[SO] val closed: RTCSignalingState
1660816608
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
16609-
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16609+
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
1661016610
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
16611-
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16611+
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
1661216612
RTCSignalingState[SO] val stable: RTCSignalingState
1661316613
RTCStats[JT] val id: String
1661416614
RTCStats[JT] val timestamp: Double
@@ -16678,9 +16678,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1667816678
ReferrerPolicy[JT]
1667916679
ReferrerPolicy[SO] val empty: ReferrerPolicy
1668016680
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
16681-
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
16681+
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
1668216682
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
16683-
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
16683+
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
1668416684
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1668516685
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1668616686
Request[JC] def blob(): js.Promise[Blob]
@@ -27728,4 +27728,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2772827728
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2772927729
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2773027730
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27731-
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27731+
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)

0 commit comments

Comments
 (0)