@@ -25798,25 +25798,25 @@ experimental/webrtc/package[SO] @deprecated("use dom.RTCSessionDescriptionInit i
25798
25798
experimental/webrtc/package[SO] @deprecated("use dom.RTCSignalingState instead", "2.0.0") val RTCSignalingState = dom.RTCSignalingState
25799
25799
experimental/webrtc/package[SO] @deprecated("use dom.RTCStatsType instead", "2.0.0") val RTCStatsType = dom.RTCStatsType
25800
25800
experimental/webrtc/package[SO] def toWebRTC(n: dom.Navigator): NavigatorMediaStream (@deprecated in 2.0.0)
25801
- 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)
25802
- ext/Ajax[SO] implicit def arrayBufferView2ajax(b: ArrayBufferView): InputData (@deprecated in 2.0.0)
25803
- ext/Ajax[SO] implicit def blob2ajax(b: Blob): InputData (@deprecated in 2.0.0)
25804
- ext/Ajax[SO] implicit def byteBuffer2ajax(data: ByteBuffer): InputData (@deprecated in 2.0.0)
25805
- ext/Ajax[SO] def delete(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest] (@deprecated in 2.0.0)
25806
- ext/Ajax[SO] implicit def formdata2ajax(b: FormData): InputData (@deprecated in 2.0.0)
25807
- ext/Ajax[SO] def get(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest] (@deprecated in 2.0.0)
25808
- ext/Ajax[SO] def patch(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest] (@deprecated in 2.0.0)
25809
- ext/Ajax[SO] def post(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest] (@deprecated in 2.0.0)
25810
- ext/Ajax[SO] def put(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest] (@deprecated in 2.0.0)
25811
- ext/Ajax[SO] implicit def str2ajax(s: String): InputData (@deprecated in 2.0.0)
25801
+ ext/Ajax[SO] def apply(method: String, url: String, data: InputData, timeout: Int, headers: Map[String, String], withCredentials: Boolean, responseType: String): Future[dom.XMLHttpRequest]
25802
+ ext/Ajax[SO] implicit def arrayBufferView2ajax(b: ArrayBufferView): InputData
25803
+ ext/Ajax[SO] implicit def blob2ajax(b: Blob): InputData
25804
+ ext/Ajax[SO] implicit def byteBuffer2ajax(data: ByteBuffer): InputData
25805
+ ext/Ajax[SO] def delete(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest]
25806
+ ext/Ajax[SO] implicit def formdata2ajax(b: FormData): InputData
25807
+ ext/Ajax[SO] def get(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest]
25808
+ ext/Ajax[SO] def patch(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest]
25809
+ ext/Ajax[SO] def post(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest]
25810
+ ext/Ajax[SO] def put(url: String, data: InputData = null, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = false, responseType: String = ""): Future[dom.XMLHttpRequest]
25811
+ ext/Ajax[SO] implicit def str2ajax(s: String): InputData
25812
25812
ext/Ajax.InputData[JT]
25813
25813
ext/Ajax.InputData[SO] implicit def arrayBufferView2ajax(b: ArrayBufferView): InputData
25814
25814
ext/Ajax.InputData[SO] implicit def blob2ajax(b: Blob): InputData
25815
25815
ext/Ajax.InputData[SO] implicit def byteBuffer2ajax(data: ByteBuffer): InputData
25816
25816
ext/Ajax.InputData[SO] implicit def formdata2ajax(b: FormData): InputData
25817
25817
ext/Ajax.InputData[SO] implicit def str2ajax(s: String): InputData
25818
- ext/AjaxException[SC] def isTimeout: Boolean (@deprecated in 2.0.0)
25819
- ext/AjaxException[SO] (@deprecated in 2.0.0)
25818
+ ext/AjaxException[SC] def isTimeout: Boolean
25819
+ ext/AjaxException[SO]
25820
25820
ext/package[SO] val KeyCode: dom.KeyCode.type (@deprecated in 2.0.0)
25821
25821
ext/package[SO] val KeyLocation: dom.KeyLocation.type (@deprecated in 2.0.0)
25822
25822
ext/package[SO] val KeyValue: dom.KeyValue.type (@deprecated in 2.0.0)
0 commit comments