package dom

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AjaxCreationMethod extends Object
    Annotations
    @RawJSType() @native()
  2. class AjaxError extends Error
    Annotations
    @RawJSType() @native()
  3. class AjaxObservableFacade [T] extends ObservableFacade[T]
    Annotations
    @RawJSType() @native()
  4. trait AjaxRequest extends Object
    Annotations
    @RawJSType() @native()
  5. class AjaxResponse extends Object
    Annotations
    @RawJSType() @native()
  6. class AjaxSubscriber [T] extends Subscriber[Event]
    Annotations
    @RawJSType() @native()
  7. class AjaxTimeoutError extends AjaxError
    Annotations
    @RawJSType() @native()
  8. class Error extends Object
    Annotations
    @RawJSType() @native()
  9. final case class Request (url: String, data: String = "", timeout: Int = 0, headers: Map[String, String] = Map.empty, crossDomain: Boolean = false, responseType: String = "", method: String = "GET") extends Product with Serializable
  10. final case class Response (body: String, status: Int, responseType: String) extends Product with Serializable

Value Members

  1. object Ajax
  2. object AjaxObservableFacade extends Object
    Annotations
    @native()
  3. object Rxscalajs extends GlobalScope
    Annotations
    @native()

Ungrouped