OptionalcacheWhether to cache the request. When set to true, the response will be stored in the cache.
OptionalcacheName to use for caching the request.
OptionalcacheProperties to override default cache behavior.
OptionaldataData to be sent as the request body. Typically used with POST, PUT, or PATCH requests.
OptionalfileFile to be sent in the request.
OptionalheadersHTTP headers to be included in the request.
OptionalmethodHTTP method to be used for the request. Example: 'GET', 'POST', 'PUT', 'PATCH', 'DELETE'
OptionalonA function to be called to monitor the progress of the request.
The percentage of the request that has been completed.
The progress event.
OptionalparamsParameters to be included in the request URL.
OptionalresponseThe type of data that the server will respond with. Can be either 'json' or 'blob'.
OptionalsignalSignal object that allows you to communicate with a DOM request (such as fetch) and abort it if desired via an AbortController.
OptionalwithIndicates 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.