a jsonp fetch polyfill
Fetch JSONP like a boss using Fetch API
A window.fetch polyfill.
Universal WHATWG Fetch API for Node, Browsers and React Native
HTML5 `FormData` for Browsers and Node.
Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).
**This fork supports IE8 with es5-shim, es5-sham and es6-promise.**
Bare minimum fetch polyfill in 500 bytes
A sane JSONP implementation.
A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
better fetch for Node.js. Works on any JavaScript runtime!
Isomorphic WHATWG Fetch API, for Node & Browserify
**o-fetch-jsonp is deprecated. Use the `fetch` [polyfill](http://polyfill.io/) and [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) instead.**
A fetch API polyfill for React Native with text streaming support.
Web Streams, based on the WHATWG spec reference implementation
Babel helper to create your own polyfill provider
Switches between unfetch & node-fetch for client & server.
A Babel plugin to inject imports to regenerator-runtime
A Babel plugin to inject imports to core-js@2 polyfills
AbortController for Node based on EventEmitter
Solana Web3.js browser pre-built usable in rollup bundles.
Polyfill for the URLPattern API
Decorator for a `fetch` function to support automatic cookies.
Returns native fetch if available or the undici module if not