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() @JSImport( "rxjs/Rx" , "AjaxError" , "Rx.AjaxError" )
  3. class AjaxObservableFacade [T] extends ObservableFacade[T]
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxObservable" , "Rx.AjaxObservable" )
  4. trait AjaxRequest extends Object
    Annotations
    @RawJSType() @native()
  5. class AjaxResponse extends Object
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxResponse" , "Rx.AjaxResponse" )
  6. class AjaxSubscriber [T] extends Subscriber[Event]
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxSubscriber" , "Rx.AjaxSubscriber" )
  7. class AjaxTimeoutError extends AjaxError
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxTimeoutError" , "Rx.AjaxTimeoutError" )
  8. class Error extends Object
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "Error" , "Rx.Error" )
  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, xhr: XMLHttpRequest, response: Dynamic) extends Product with Serializable

Value Members

  1. object Ajax
  2. object AjaxObservableFacade extends Object
    Annotations
    @native() @JSImport( "rxjs/Rx" , "AjaxObservable" , "Rx.AjaxObservable" )

Ungrouped