You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
responseType | `string` | Type of the response body (e.g. text, blob, json, ...)
53
53
timeout | `number` | Request timeout in milliseconds (`0` means no timeout)
54
54
credentials | `boolean` | Indicates whether or not cross-site Access-Control requests should be made using credentials
55
-
before | `function(request)` | Callback function to modify the request options before it is sent
56
-
uploadProgress | `function(event)` | Callback function to handle the [ProgressEvent](https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent) of uploads
57
-
downloadProgress | `function(event)` | Callback function to handle the [ProgressEvent](https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent) of downloads
58
55
emulateHTTP | `boolean` | Send PUT, PATCH and DELETE requests with a HTTP POST and set the `X-HTTP-Method-Override` header
59
56
emulateJSON | `boolean` | Send request body as `application/x-www-form-urlencoded` content type
57
+
before | `function(request)` | Callback function to modify the request object before it is sent
58
+
uploadProgress | `function(event)` | Callback function to handle the [ProgressEvent](https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent) of uploads
59
+
downloadProgress | `function(event)` | Callback function to handle the [ProgressEvent](https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent) of downloads
0 commit comments