package dom
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AjaxCreationMethod
extends Object
- Annotations
- @RawJSType() @native()
-
class
AjaxError
extends Error
- Annotations
- @RawJSType() @native()
-
class
AjaxObservableFacade
[T] extends ObservableFacade[T]
- Annotations
- @RawJSType() @native()
-
trait
AjaxRequest
extends Object
- Annotations
- @RawJSType() @native()
-
class
AjaxResponse
extends Object
- Annotations
- @RawJSType() @native()
-
class
AjaxSubscriber
[T] extends Subscriber[Event]
- Annotations
- @RawJSType() @native()
-
class
AjaxTimeoutError
extends AjaxError
- Annotations
- @RawJSType() @native()
-
class
Error
extends Object
- Annotations
- @RawJSType() @native()
- 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) extends Product with Serializable