japgolly.webapputil.ajax

Type members

Classlikes

trait AjaxClient[P[_]]
Companion:
object
object AjaxClient
Companion:
class
case class AjaxException(xhr: XMLHttpRequest) extends Exception

Thrown when Ajax.get or Ajax.post receives a non-20X response code. Contains the XMLHttpRequest that resulted in that response

Thrown when Ajax.get or Ajax.post receives a non-20X response code. Contains the XMLHttpRequest that resulted in that response

This used to be in scalajs-dom but was deprecated in v2.0.0.

Companion:
class
trait AjaxProtocol[F[_]]

Note: the F[_] type parameter is the message encoder (eg. JsonCodec, boopickle.Pickler)

Note: the F[_] type parameter is the message encoder (eg. JsonCodec, boopickle.Pickler)

Companion:
object