forked from developit/unfetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use node-fetch and stop polyfilling
Due to a bug in undici (nodejs/undici#1776) that is affecting many versions of Node and Next.js, we want a workaround to ensure our users don't see this. Therefore, we're forking isomorphic-unfetch to always use node-fetch on Node to avoid falling back to global.fetch (undici). Also, isomorphic-unfetch was polyfilling, which we want to avoid.
- Loading branch information
Showing
3 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters