Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 65e234e

Browse files
committed
fuck the fetch
1 parent 4f6f4d8 commit 65e234e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/fuck-the-fetch.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ import fetch, { Blob, Headers, Request, Response } from "node-fetch";
22

33
(fetch as any).__XX_PATCHED__ = true;
44
(globalThis as any).fetch = fetch;
5-
(globalThis as any).Blob = Blob;
6-
(globalThis as any).Headers = Headers;
7-
(globalThis as any).Request = Request;
8-
(globalThis as any).Response = Response;

0 commit comments

Comments
 (0)