This library will not provide a fetch polyfill on the next minor version (v1.3) #184
Closed
qgustavor
announced in
Announcements
Replies: 1 comment
-
Change implemented: https://github.com/qgustavor/mega/releases/tag/v1.3.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since all supported Node.js versions support fetch without flags this library I will remove node-fetch in the next minor version. This is in order to make maintenance easier (no longer need to update node-fetch) and to make install times faster.
Sure, fetch support in Node.js is experiential, but IMHO it's quite unlikely that it will ever be dropped since every single Node.js alternative seems to include it because it's a Web API (like Deno and Bun).
Beta Was this translation helpful? Give feedback.
All reactions