@@ -24606,24 +24606,25 @@ experimental/webrtc/RTCStatsType[SO] val `outbound-rtp` = "outbound-rtp".asInsta
24606
24606
experimental/webrtc/package[SO] def mediaDevices: MediaDevices
24607
24607
experimental/webrtc/package[SO] implicit def toWebRTC(n: org.scalajs.dom.Navigator): NavigatorMediaStream
24608
24608
experimental/webrtc/package.NavigatorMediaStream[JT] def mediaDevices: MediaDevices
24609
- ext/Ajax[SO] def apply(method: String, url: String, data: InputData, timeout: Int, headers: Map[String, String], withCredentials: Boolean, responseType: String): Future[dom.XMLHttpRequest]
24610
- ext/Ajax[SO] implicit def arrayBufferView2ajax(b: ArrayBufferView): InputData
24611
- ext/Ajax[SO] implicit def blob2ajax(b: Blob): InputData
24612
- ext/Ajax[SO] implicit def byteBuffer2ajax(data: ByteBuffer): InputData
24613
- ext/Ajax[SO] def delete(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("DELETE", url, data, timeout, headers, withCredentials, responseType) }
24614
- ext/Ajax[SO] implicit def formdata2ajax(b: FormData): InputData
24615
- ext/Ajax[SO] def get(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("GET", url, data, timeout, headers, withCredentials, responseType) }
24616
- ext/Ajax[SO] def patch(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("PATCH", url, data, timeout, headers, withCredentials, responseType) }
24617
- ext/Ajax[SO] def post(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("POST", url, data, timeout, headers, withCredentials, responseType) }
24618
- ext/Ajax[SO] def put(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("PUT", url, data, timeout, headers, withCredentials, responseType) }
24619
- ext/Ajax[SO] implicit def str2ajax(s: String): InputData
24609
+ ext/Ajax[SO] def apply(method: String, url: String, data: InputData, timeout: Int, headers: Map[String, String], withCredentials: Boolean, responseType: String): Future[dom.XMLHttpRequest] (@deprecated in 2.0.0)
24610
+ ext/Ajax[SO] implicit def arrayBufferView2ajax(b: ArrayBufferView): InputData (@deprecated in 2.0.0)
24611
+ ext/Ajax[SO] implicit def blob2ajax(b: Blob): InputData (@deprecated in 2.0.0)
24612
+ ext/Ajax[SO] implicit def byteBuffer2ajax(data: ByteBuffer): InputData (@deprecated in 2.0.0)
24613
+ ext/Ajax[SO] def delete(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("DELETE", url, data, timeout, headers, withCredentials, responseType) } (@deprecated in 2.0.0)
24614
+ ext/Ajax[SO] implicit def formdata2ajax(b: FormData): InputData (@deprecated in 2.0.0)
24615
+ ext/Ajax[SO] def get(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("GET", url, data, timeout, headers, withCredentials, responseType) } (@deprecated in 2.0.0)
24616
+ ext/Ajax[SO] def patch(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("PATCH", url, data, timeout, headers, withCredentials, responseType) } (@deprecated in 2.0.0)
24617
+ ext/Ajax[SO] def post(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("POST", url, data, timeout, headers, withCredentials, responseType) } (@deprecated in 2.0.0)
24618
+ ext/Ajax[SO] def put(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = "") = { apply("PUT", url, data, timeout, headers, withCredentials, responseType) } (@deprecated in 2.0.0)
24619
+ ext/Ajax[SO] implicit def str2ajax(s: String): InputData (@deprecated in 2.0.0)
24620
24620
ext/Ajax.InputData[JT]
24621
24621
ext/Ajax.InputData[SO] implicit def arrayBufferView2ajax(b: ArrayBufferView): InputData
24622
24622
ext/Ajax.InputData[SO] implicit def blob2ajax(b: Blob): InputData
24623
24623
ext/Ajax.InputData[SO] implicit def byteBuffer2ajax(data: ByteBuffer): InputData
24624
24624
ext/Ajax.InputData[SO] implicit def formdata2ajax(b: FormData): InputData
24625
24625
ext/Ajax.InputData[SO] implicit def str2ajax(s: String): InputData
24626
- ext/AjaxException[SC] def isTimeout = xhr.status = = 0 && xhr.readyState = = 4
24626
+ ext/AjaxException[SC] def isTimeout = xhr.status = = 0 && xhr.readyState = = 4 (@deprecated in 2.0.0)
24627
+ ext/AjaxException[SO] (@deprecated in 2.0.0)
24627
24628
ext/package[SO] val KeyCode: dom.KeyCode.type (@deprecated in 2.0.0)
24628
24629
ext/package[SO] val KeyLocation: dom.KeyLocation.type (@deprecated in 2.0.0)
24629
24630
ext/package[SO] val KeyValue: dom.KeyValue.type (@deprecated in 2.0.0)
0 commit comments