package dom
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AjaxCreationMethod
extends Object
- Annotations
- @RawJSType() @native()
-
class
AjaxError
extends Error
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxError" , "Rx.AjaxError" )
-
class
AjaxObservableFacade
[T] extends ObservableFacade[T]
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxObservable" , "Rx.AjaxObservable" )
-
trait
AjaxRequest
extends Object
- Annotations
- @RawJSType() @native()
-
class
AjaxResponse
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxResponse" , "Rx.AjaxResponse" )
-
class
AjaxSubscriber
[T] extends Subscriber[Event]
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxSubscriber" , "Rx.AjaxSubscriber" )
-
class
AjaxTimeoutError
extends AjaxError
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "AjaxTimeoutError" , "Rx.AjaxTimeoutError" )
-
class
Error
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "Error" , "Rx.Error" )
- 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
- final case class Response (body: String, status: Int, responseType: String, xhr: XMLHttpRequest, response: Dynamic) extends Product with Serializable
Value Members
- object Ajax
-
object
AjaxObservableFacade
extends Object
- Annotations
- @native() @JSImport( "rxjs/Rx" , "AjaxObservable" , "Rx.AjaxObservable" )