Packages

package dom

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class FetchClientBuilder[F[_]] extends BackendBuilder[F, Client[F]]

    Configure and obtain a FetchClient

  2. final class FetchEventContext[F[_]] extends AnyRef
  3. sealed abstract class FetchOptions extends Product with Serializable

    Options to pass to Fetch when using a FetchClient

  4. sealed abstract class FetchReferrer extends Renderable

    Fetch's RequestInit.referrer parameter can be one of:

    Fetch's RequestInit.referrer parameter can be one of:

    • Same-origin URL
    • "about:client"
    • the empty string

    To ensure same-origin URLs, we only allow relative URLs in the form of Uri.Path.

    See https://fetch.spec.whatwg.org/#ref-for-dom-request-referrer%E2%91%A0

Value Members

  1. implicit def blobEncoder[F[_]](implicit F: Async[F]): EntityEncoder[F, Blob]
  2. implicit def fileEncoder[F[_]](implicit F: Async[F]): EntityEncoder[F, File]
  3. implicit def readableStreamEncoder[F[_]](implicit arg0: Async[F]): EntityEncoder[F, ReadableStream[Uint8Array]]
  4. object FetchClientBuilder
  5. object FetchEventContext
  6. object FetchOptions extends Serializable
  7. object FetchReferrer
  8. object ServiceWorker

Inherited from AnyRef

Inherited from Any

Ungrouped