You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js v17.5.0 includes native support for fetch() API. Since Node.js v16 gets EOL in three months, it's safe to fully remove got dependency and use directly the built-in fetch() API. This reduces bundle size and also makes it almost dependencies-free except for the node-rsa dependency, that probably could be removed also by using the built-in crypto library, making the package fully dependencies-free also for the browser.
The text was updated successfully, but these errors were encountered:
Node.js v17.5.0 includes native support for
fetch()
API. Since Node.js v16 gets EOL in three months, it's safe to fully removegot
dependency and use directly the built-infetch()
API. This reduces bundle size and also makes it almost dependencies-free except for thenode-rsa
dependency, that probably could be removed also by using the built-incrypto
library, making the package fully dependencies-free also for the browser.The text was updated successfully, but these errors were encountered: