Skip to main content

FetchInit

@totemsdk/pear


@totemsdk/pear / FetchInit

Interface: FetchInit

Properties

body?

optional body?: string | Uint8Array<ArrayBufferLike>


headers?

optional headers?: Record<string, string>


method?

optional method?: string


timeoutMs?

optional timeoutMs?: number