Packages

p

endpoints.xhr

thenable

package thenable

Clients returning JavaScript Thenables

Source
package.scala
Linear Supertypes
Content Hierarchy

Type Members

  1. trait Endpoints extends xhr.Endpoints with EndpointsWithCustomErrors

    Implements xhr.Endpoints by using JavaScript promises, and endpoints.algebra.BuiltInErrors to model client and server errors.

  2. trait EndpointsWithCustomErrors extends xhr.EndpointsWithCustomErrors

    Implements xhr.Endpoints by using JavaScript promises

  3. trait MuxEndpoints extends xhr.MuxEndpoints with EndpointsWithCustomErrors

Inherited from AnyRef

Inherited from Any

Interpreters