fetch-ponyfill
Advanced tools
Changelog
4.0.0
This release:
Changelog
3.0.2
Dependencies now use tilde to allow patch versions to be tracked (this was waiting for whatwg-fetch to reach version 1).
Changelog
3.0.0
Fixes an issue with detection of features like URLSearchParams
. This is a
major version bump since apparent behaviour could change in a breaking way in
browsers which support detected features.
Changelog
2.0.0
Now exposes associated constructors along with fetch
like:
const {fetch, Request, Response, Headers} = require('fetch-ponyfill')(options);