Skip to content

Commit f8ea2a1

Browse files
committed
Revert "fix(mediaquerylist): added 2_12.txt"
This reverts commit f4938ee.
1 parent 9c98f23 commit f8ea2a1

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

api-reports/2_12.txt

+22-27
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
@@ -15401,7 +15401,7 @@ Location[JT] def reload(flag: Boolean?): Unit
1540115401
Location[JT] def replace(url: String): Unit
1540215402
Location[JT] var search: String
1540315403
MIMEType[JT]
15404-
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
15404+
MIMEType[SO] val `application/xhtml+xml` = "application/xhtml+xml".asInstanceOf[MIMEType]
1540515405
MIMEType[SO] val `application/xml` = "application/xml".asInstanceOf[MIMEType]
1540615406
MIMEType[SO] val `image/svg+xml` = "image/svg+xml".asInstanceOf[MIMEType]
1540715407
MIMEType[SO] val `text/html` = "text/html".asInstanceOf[MIMEType]
@@ -15450,15 +15450,10 @@ MediaList[JC] def item(index: Int): String
1545015450
MediaList[JC] def length: Int
1545115451
MediaList[JC] def mediaText: String
1545215452
MediaList[JC] @scala.scalajs.js.annotation.JSBracketAccess def update(index: Int, v: String): Unit
15453-
MediaQueryList[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
15454-
MediaQueryList[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
15455-
MediaQueryList[JT] def addListener(listener: MediaQueryListListener): Unit (@deprecated in 2.3.0)
15456-
MediaQueryList[JT] def dispatchEvent(evt: Event): Boolean
15453+
MediaQueryList[JT] def addListener(listener: MediaQueryListListener): Unit
1545715454
MediaQueryList[JT] def matches: Boolean
1545815455
MediaQueryList[JT] var media: String
15459-
MediaQueryList[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
15460-
MediaQueryList[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
15461-
MediaQueryList[JT] def removeListener(listener: MediaQueryListListener): Unit (@deprecated in 2.3.0)
15456+
MediaQueryList[JT] def removeListener(listener: MediaQueryListListener): Unit
1546215457
MediaQueryListListener[JT] def apply(mql: MediaQueryList): Unit
1546315458
MediaSource[JC] def activeSourceBuffers: SourceBufferList
1546415459
MediaSource[JC] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
@@ -16116,7 +16111,7 @@ PermissionName[JT]
1611616111
PermissionName[SO] val geolocation: PermissionName
1611716112
PermissionName[SO] val midi: PermissionName
1611816113
PermissionName[SO] val notifications: PermissionName
16119-
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16114+
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1612016115
PermissionName[SO] val push: PermissionName
1612116116
PermissionState[JT]
1612216117
PermissionState[SO] val denied: PermissionState
@@ -16502,9 +16497,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1650216497
RTCSignalingState[JT]
1650316498
RTCSignalingState[SO] val closed: RTCSignalingState
1650416499
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
16505-
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16500+
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
1650616501
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
16507-
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16502+
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
1650816503
RTCSignalingState[SO] val stable: RTCSignalingState
1650916504
RTCStats[JT] val id: String
1651016505
RTCStats[JT] val timestamp: Double
@@ -16574,9 +16569,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1657416569
ReferrerPolicy[JT]
1657516570
ReferrerPolicy[SO] val empty: ReferrerPolicy
1657616571
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
16577-
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
16572+
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
1657816573
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
16579-
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
16574+
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
1658016575
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1658116576
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1658216577
Request[JC] def blob(): js.Promise[Blob]
@@ -27555,4 +27550,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2755527550
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2755627551
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2755727552
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27558-
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27553+
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)

0 commit comments

Comments
 (0)