whatwg-fetch@3.6.20
// A window.fetch polyfill.
$ npm install whatwg-fetch
downloads/wk
22,766,439
license
MIT
version
3.6.20
published
Dec 13, 2023
What is whatwg-fetch?
whatwg-fetch is a polyfill that implements the Fetch API for browsers that don't natively support it. Developers use this package to enable fetch functionality in older browsers, allowing them to use the modern fetch method for making HTTP requests instead of relying on XMLHttpRequest or other legacy approaches.
Links
Maintainers
mattandrews