Ajax

object Ajax extends AjaxF[Sync, Async]
class AjaxF[Sync, Async]
class Object
trait Matchable
class Any
Ajax.type

Type members

Inherited classlikes

final class Step1(init: () => Unit)
Inherited from:
AjaxF
final class Step2(begin: () => Unit, onreadystatechange: Option[() => Unit], ontimeout: Option[() => Unit], onprogress: Option[OnProgress], onuploadprogress: Option[OnProgress])
Inherited from:
AjaxF

Value members

Inherited methods

def apply(method: String, url: String, user: String, password: String): Step1
Inherited from:
AjaxF
def apply(method: String, url: String): Step1
Inherited from:
AjaxF
def deriveErrorMessage(xhr: XMLHttpRequest): String
Inherited from:
AjaxF
def get(url: String): Step1
Inherited from:
AjaxF
def isStatusSuccessful(status: Int): Boolean

Generic HTTP code validation

Generic HTTP code validation

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