We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1ebb0 commit 70f592dCopy full SHA for 70f592d
browser.js
@@ -17,7 +17,7 @@ module.exports = exports = globalObject.fetch;
17
18
// Needed for TypeScript and Webpack.
19
if (globalObject.fetch) {
20
- exports.default = globalObject.fetch.bind(global);
+ exports.default = globalObject.fetch.bind(globalObject);
21
}
22
23
exports.Headers = globalObject.Headers;
0 commit comments