Packages

sealed abstract class FetchOptions extends Product with Serializable

Options to pass to Fetch when using a FetchClient

Source
FetchOptions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FetchOptions
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cache: Option[RequestCache]
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def credentials: Option[RequestCredentials]
  4. abstract def integrity: Option[String]
  5. abstract def keepAlive: Option[Boolean]
  6. abstract def mode: Option[RequestMode]
  7. abstract def productArity: Int
    Definition Classes
    Product
  8. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  9. abstract def redirect: Option[RequestRedirect]
  10. abstract def referrer: Option[FetchReferrer]
  11. abstract def referrerPolicy: Option[ReferrerPolicy]
  12. abstract def streamingRequests: Boolean
  13. abstract def withCacheOption(cache: Option[RequestCache]): FetchOptions
  14. abstract def withCredentialsOption(credentials: Option[RequestCredentials]): FetchOptions
  15. abstract def withIntegrityOption(integrity: Option[String]): FetchOptions
  16. abstract def withKeepAliveOption(keepAlive: Option[Boolean]): FetchOptions
  17. abstract def withModeOption(mode: Option[RequestMode]): FetchOptions
  18. abstract def withRedirectOption(redirect: Option[RequestRedirect]): FetchOptions
  19. abstract def withReferrerOption(referrer: Option[FetchReferrer]): FetchOptions
  20. abstract def withReferrerPolicyOption(referrerPolicy: Option[ReferrerPolicy]): FetchOptions
  21. abstract def withStreamingRequests: FetchOptions
  22. abstract def withoutStreamingRequests: FetchOptions

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def merge(other: FetchOptions): FetchOptions

    Merge Two FetchOptions.

    Merge Two FetchOptions. other is prioritized.

  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def productElementName(n: Int): String
    Definition Classes
    Product
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def productIterator: Iterator[Any]
    Definition Classes
    Product
  19. def productPrefix: String
    Definition Classes
    Product
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def withCache(cache: RequestCache): FetchOptions
  26. final def withCredentials(credentials: RequestCredentials): FetchOptions
  27. final def withIntegrity(integrity: String): FetchOptions
  28. final def withKeepAlive(keepAlive: Boolean): FetchOptions
  29. final def withMode(mode: RequestMode): FetchOptions
  30. final def withRedirect(redirect: RequestRedirect): FetchOptions
  31. final def withReferrer(referrer: FetchReferrer): FetchOptions
  32. final def withReferrerPolicy(referrerPolicy: ReferrerPolicy): FetchOptions
  33. final def withoutCache: FetchOptions
  34. final def withoutCredentials: FetchOptions
  35. final def withoutIntegrity: FetchOptions
  36. final def withoutKeepAlive: FetchOptions
  37. final def withoutMode: FetchOptions
  38. final def withoutRedirect: FetchOptions
  39. final def withoutReferrer: FetchOptions
  40. final def withoutReferrerPolicy: FetchOptions

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped