RequestWithOptions
Properties
| Name | Type | 
|---|---|
callback | RequestCallback | 
compression | Compression | 'best-available' | 
data | Record<string, any> | Record<string, any>[] | 
fetchOptions | {
        cache?: RequestInit['cache'];
        next?: NextOptions;
    } | 
headers | Record<string, any> | 
method | 'POST' | 'GET' | 
noRetries | boolean | 
timeout | number | 
transport | 'XHR' | 'fetch' | 'sendBeacon' | 
url | string | 
urlQueryArgs | {
        compression: Compression;
    } |