Ajax

japgolly.scalajs.react.extra.package$.Ajax$
object Ajax extends AjaxF[Sync, Async]

Attributes

Graph
Supertypes
class AjaxF[Sync, Async]
class Object
trait Matchable
class Any
Self type
Ajax.type

Members list

Type members

Inherited classlikes

final class Step1(init: () => Unit)

Attributes

Inherited from:
AjaxF
Supertypes
class Object
trait Matchable
class Any
final class Step2(begin: () => Unit, onreadystatechange: Option[() => Unit], ontimeout: Option[() => Unit], onprogress: Option[OnProgress], onuploadprogress: Option[OnProgress])

Attributes

Inherited from:
AjaxF
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(method: String, url: String, user: String, password: String): Step1

Attributes

Inherited from:
AjaxF
def apply(method: String, url: String): Step1

Attributes

Inherited from:
AjaxF
def deriveErrorMessage(xhr: XMLHttpRequest): String

Attributes

Inherited from:
AjaxF
def get(url: String): Step1

Attributes

Inherited from:
AjaxF
def isStatusSuccessful(status: Int): Boolean

Generic HTTP code validation

Generic HTTP code validation

Attributes

Inherited from:
AjaxF
def post(url: String): Step1

Attributes

Inherited from:
AjaxF