Skip to content

Commit f4938ee

Browse files
committed
fix(mediaquerylist): added 2_12.txt
1 parent d7e4942 commit f4938ee

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed

api-reports/2_12.txt

+27-22
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,10 +15450,15 @@ 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 addListener(listener: MediaQueryListListener): 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
1545415457
MediaQueryList[JT] def matches: Boolean
1545515458
MediaQueryList[JT] var media: String
15456-
MediaQueryList[JT] def removeListener(listener: MediaQueryListListener): Unit
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)
1545715462
MediaQueryListListener[JT] def apply(mql: MediaQueryList): Unit
1545815463
MediaSource[JC] def activeSourceBuffers: SourceBufferList
1545915464
MediaSource[JC] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
@@ -16111,7 +16116,7 @@ PermissionName[JT]
1611116116
PermissionName[SO] val geolocation: PermissionName
1611216117
PermissionName[SO] val midi: PermissionName
1611316118
PermissionName[SO] val notifications: PermissionName
16114-
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
16119+
PermissionName[SO] val `persistent-storage` = "persistent-storage".asInstanceOf[PermissionName]
1611516120
PermissionName[SO] val push: PermissionName
1611616121
PermissionState[JT]
1611716122
PermissionState[SO] val denied: PermissionState
@@ -16497,9 +16502,9 @@ RTCSessionDescriptionInit[SO] def apply(`type`: js.UndefOr[RTCSdpType]?, sdp: js
1649716502
RTCSignalingState[JT]
1649816503
RTCSignalingState[SO] val closed: RTCSignalingState
1649916504
RTCSignalingState[SO] val `have-local-offer` = "have-local-offer".asInstanceOf[RTCSignalingState]
16500-
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
16505+
RTCSignalingState[SO] val `have-local-pranswer` = "have-local-pranswer".asInstanceOf[RTCSignalingState]
1650116506
RTCSignalingState[SO] val `have-remote-offer` = "have-remote-offer".asInstanceOf[RTCSignalingState]
16502-
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
16507+
RTCSignalingState[SO] val `have-remote-pranswer` = "have-remote-pranswer".asInstanceOf[RTCSignalingState]
1650316508
RTCSignalingState[SO] val stable: RTCSignalingState
1650416509
RTCStats[JT] val id: String
1650516510
RTCStats[JT] val timestamp: Double
@@ -16569,9 +16574,9 @@ ReadableStreamUnderlyingSource[JT] var `type`: js.UndefOr[ReadableStreamType]
1656916574
ReferrerPolicy[JT]
1657016575
ReferrerPolicy[SO] val empty: ReferrerPolicy
1657116576
ReferrerPolicy[SO] val `no-referrer` = "no-referrer".asInstanceOf[ReferrerPolicy]
16572-
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
16577+
ReferrerPolicy[SO] val `no-referrer-when-downgrade` = "no-referrer-when-downgrade".asInstanceOf[ReferrerPolicy]
1657316578
ReferrerPolicy[SO] val `origin-only` = "origin-only".asInstanceOf[ReferrerPolicy]
16574-
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
16579+
ReferrerPolicy[SO] val `origin-when-cross-origin` = "origin-when-cross-origin".asInstanceOf[ReferrerPolicy]
1657516580
ReferrerPolicy[SO] val `unsafe-url` = "unsafe-url".asInstanceOf[ReferrerPolicy]
1657616581
Request[JC] def arrayBuffer(): js.Promise[ArrayBuffer]
1657716582
Request[JC] def blob(): js.Promise[Blob]
@@ -27550,4 +27555,4 @@ webworkers[SO] type WorkerGlobalScope = dom.WorkerGlobalScope (@deprecated in 2
2755027555
webworkers[SO] type WorkerLocation = dom.WorkerLocation (@deprecated in 2.0.0)
2755127556
webworkers[SO] type WorkerNavigator = dom.WorkerNavigator (@deprecated in 2.0.0)
2755227557
webworkers[SO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27553-
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)
27558+
webworkers.DedicatedWorkerGlobalScope[JO] def self: DedicatedWorkerGlobalScope (@deprecated in 2.0.0)

0 commit comments

Comments
 (0)