Skip to content

Commit 13ac947

Browse files
committed
Remove useless changes
1 parent 4cb0a6d commit 13ac947

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-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
@@ -16490,7 +16490,7 @@ LockOptions[JT] var mode: js.UndefOr[LockMode]
1649016490
LockOptions[JT] var signal: js.UndefOr[AbortSignal]
1649116491
LockOptions[JT] var steal: js.UndefOr[Boolean]
1649216492
MIMEType[JT]
16493-
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
16493+
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
1649416494
MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
1649516495
MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
1649616496
MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -17288,7 +17288,7 @@ PermissionName[JT]
1728817288
PermissionName[SO] val geolocation: PermissionName
1728917289
PermissionName[SO] val midi: PermissionName
1729017290
PermissionName[SO] val notifications: PermissionName
17291-
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
17291+
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1729217292
PermissionName[SO] val push: PermissionName
1729317293
PermissionState[JT]
1729417294
PermissionState[SO] val denied: PermissionState
@@ -17685,9 +17685,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1768517685
RTCSignalingState[JT]
1768617686
RTCSignalingState[SO] val closed: RTCSignalingState
1768717687
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
17688-
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
17688+
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
1768917689
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
17690-
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
17690+
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
1769117691
RTCSignalingState[SO] val stable: RTCSignalingState
1769217692
RTCStats[JT] val id: String
1769317693
RTCStats[JT] val timestamp: Double
@@ -17757,9 +17757,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1775717757
ReferrerPolicy[JT]
1775817758
ReferrerPolicy[SO] val empty: ReferrerPolicy
1775917759
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
17760-
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
17760+
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
1776117761
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
17762-
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
17762+
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
1776317763
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1776417764
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1776517765
Request[JC] def blob(): js.Promise[Blob]
@@ -29274,4 +29274,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2927429274
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2927529275
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2927629276
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
29277-
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
29277+
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)

0 commit comments

Comments
 (0)