org.scalajs.dom.ext
package org.scalajs.dom.ext
Type members
Deprecated classlikes
@deprecated("scalajs-dom no longer includes custom utilities, only facades. Try using dom.fetch API which doesn\'t require additional utilities.", "2.0.0")
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.
- Deprecated
@deprecated("scalajs-dom no longer includes custom utilities, only facades. Try using dom.fetch API which doesn\'t require additional utilities.", "2.0.0")
Thrown when Ajax.get
or Ajax.post
receives a non-20X response code. Contains the XMLHttpRequest that resulted in
that response
Thrown when Ajax.get
or Ajax.post
receives a non-20X response code. Contains the XMLHttpRequest that resulted in
that response
- Companion:
- object
- Deprecated
@deprecated("scalajs-dom no longer includes custom utilities, only facades. Try using dom.fetch API which doesn\'t require additional utilities.", "2.0.0")
- Companion:
- class
- Deprecated