Skip to content

Commit 3292500

Browse files
committed
Added docs to XHRSettingsObject
1 parent f77e0cc commit 3292500

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/loader/typedefs/XHRSettingsObject.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @property {string} [user=''] - Optional username for the XHR request.
88
* @property {string} [password=''] - Optional password for the XHR request.
99
* @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.
1011
* @property {(string|undefined)} [header] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.
1112
* @property {(string|undefined)} [headerValue] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.
1213
* @property {(string|undefined)} [requestedWith] - This value is used to populate the XHR `setRequestHeader` and is undefined by default.

0 commit comments

Comments
 (0)