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
Copy file name to clipboardExpand all lines: modules/default/utils.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* @param {boolean} useCorsProxy A flag to indicate
6
6
* @param {Array.<{name: string, value:string}>} requestHeaders the HTTP headers to send
7
7
* @param {Array.<string>} expectedResponseHeaders the expected HTTP headers to receive
8
-
* @param {string} basePath, default /
8
+
* @param {string} basePath The base path, default is "/"
9
9
* @returns {Promise} resolved when the fetch is done. The response headers is placed in a headers-property (provided the response does not already contain a headers-property).
0 commit comments