Skip to content

Type Alias: RequestOptions

RequestOptions = Readonly<{ mode?: RequestMode; }>

Defined in: packages/fate/src/client.ts:71

Request options that affect how requests are fetched and retained.

Released under the MIT License