We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77e0cc commit 3292500Copy full SHA for 3292500
1 file changed
src/loader/typedefs/XHRSettingsObject.js
@@ -7,6 +7,7 @@
7
* @property {string} [user=''] - Optional username for the XHR request.
8
* @property {string} [password=''] - Optional password for the XHR request.
9
* @property {integer} [timeout=0] - Optional XHR timeout value.
10
+ * @property {(object|undefined)} [headers] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.
11
* @property {(string|undefined)} [header] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.
12
* @property {(string|undefined)} [headerValue] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.
13
* @property {(string|undefined)} [requestedWith] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.
0 commit comments