RequestWithOptions

Properties

NameType
callbackRequestCallback
compressionCompression | 'best-available'
dataRecord<string, any> | Record<string, any>[]
fetchOptions{ cache?: RequestInit['cache']; next?: NextOptions; }
headersRecord<string, any>
method'POST' | 'GET'
noRetriesboolean
timeoutnumber
transport'XHR' | 'fetch' | 'sendBeacon'
urlstring
urlQueryArgs{ compression: Compression; }

Community questions

Was this page useful?