package ext
- Alphabetic
- By Inheritance
- ext
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
AjaxException(xhr: XMLHttpRequest) extends Exception with Product with Serializable
Thrown when
Ajax.getorAjax.postreceives a non-20X response code.Thrown when
Ajax.getorAjax.postreceives a non-20X response code. Contains the XMLHttpRequest that resulted in that response- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) scalajs-dom no longer includes custom utilities, only facades. Try using dom.fetch API which doesn't require additional utilities.
Deprecated Value Members
-
val
KeyCode: dom.KeyCode.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) use dom.KeyCode instead
-
val
KeyLocation: dom.KeyLocation.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) use dom.KeyLocation instead
-
val
KeyValue: dom.KeyValue.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) use dom.KeyValue instead
-
object
Ajax
Wraps an XMLHttpRequest to provide an easy one-line way of making an Ajax call, returning a Future.
Wraps an XMLHttpRequest to provide an easy one-line way of making an Ajax call, returning a Future.
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) scalajs-dom no longer includes custom utilities, only facades. Try using dom.fetch API which doesn't require additional utilities.
-
object
AjaxException extends (XMLHttpRequest) ⇒ AjaxException with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) scalajs-dom no longer includes custom utilities, only facades. Try using dom.fetch API which doesn't require additional utilities.