@inrupt/solid-client-access-grants / interfaces / FetchOptions

Interface: FetchOptions#

Additional options for FetchWithVc and dependent methods

  • fetch: A Fetch API compatible function

Since

0.4.0

Properties#

fetch#

Optional fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>

Type declaration#

▸ (input, init?): Promise<Response>

MDN Reference

Parameters#

Name

Type

input

RequestInfo | URL

init?

RequestInit

Returns#

Promise<Response>

Defined in#

src/type/FetchOptions.ts:33