There was an error while loading. Please reload this page.
AbortController
node-fetch
1 parent 964af36 commit 230385cCopy full SHA for 230385c
1 file changed
src/runtime/npm/node-fetch.ts
@@ -7,6 +7,7 @@ export const fetch = (...args: Parameters<(typeof globalThis)["fetch"]>) =>
7
export const Headers = globalThis.Headers;
8
export const Request = globalThis.Request;
9
export const Response = globalThis.Response;
10
+export const AbortController = globalThis.AbortController;
11
12
// Error handling
13
export const FetchError = Error;
0 commit comments