We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88170b commit 2af758fCopy full SHA for 2af758f
packages/fetch/src/lib.js
@@ -1,7 +1,4 @@
1
-
2
3
// On the web we just export native fetch implementation
4
export { ReadableStream, Blob, FormData } from './package.js';
5
export const { Headers, Request, Response } = globalThis;
6
-export default globalThis.fetch
7
+export default globalThis.fetch.bind(globalThis)
0 commit comments