Optional
cacheWhether to cache the request. When set to true, the response will be stored in the cache.
Optional
cacheName to use for caching the request.
Optional
cacheProperties to override default cache behavior.
Optional
dataData to be sent as the request body. Typically used with POST, PUT, or PATCH requests.
Optional
fileFile to be sent in the request.
Optional
headersHTTP headers to be included in the request.
Optional
methodHTTP method to be used for the request. Example: 'GET', 'POST', 'PUT', 'PATCH', 'DELETE'
Optional
onA function to be called to monitor the progress of the request.
The percentage of the request that has been completed.
The progress event.
Optional
paramsParameters to be included in the request URL.
Optional
responseThe type of data that the server will respond with. Can be either 'json' or 'blob'.
Optional
signalSignal object that allows you to communicate with a DOM request (such as fetch) and abort it if desired via an AbortController.
Optional
withIndicates whether to include credentials such as cookies, authentication headers, or TLS client certificates in cross-site Access-Control requests.
Options for configuring requests to NGW.