trait FetchOptions extends Object with Options
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FetchOptions
- Options
- HttpLinkOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val credentials: UndefOr[String]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional()
- val fetch: UndefOr[Any]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional()
- val fetchOption: UndefOr[Any]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headers: UndefOr[Any]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional()
- val includeExtensions: UndefOr[Boolean]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- val uri: UndefOr[String]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional()
- val uriThunk: UndefOr[Function1[Operation[Object], String]]
- Definition Classes
- HttpLinkOptions
- Annotations
- @JSOptional() @JSName("uri")
- val useGETForQueries: UndefOr[Boolean]
- Definition Classes
- Options
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object