Package

org.scalajs.dom

ext

Permalink

package ext

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AjaxException(xhr: XMLHttpRequest) extends Exception with Product with Serializable

    Permalink

    Thrown when Ajax.get or Ajax.post receives a non-20X response code.

    Thrown when Ajax.get or Ajax.post receives 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

  1. object Ajax

    Permalink

    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.

  2. object AjaxException extends (XMLHttpRequest) ⇒ AjaxException with Serializable

    Permalink
    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.

  3. val KeyCode: dom.KeyCode.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) use dom.KeyCode instead

  4. val KeyLocation: dom.KeyLocation.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) use dom.KeyLocation instead

  5. val KeyValue: dom.KeyValue.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) use dom.KeyValue instead

Inherited from AnyRef

Inherited from Any

Ungrouped