README
fetch
A pure JavaScript window.fetch polyfill.
Supports all mainstream browsers
If not
CORSsupportIE >= 7else supportIE >= 8Notice: If
CORSrequest IE8-9 use XDomainRequest
A pure JavaScript window.fetch polyfill.
<script type="module">
import nuintunFetch from 'https://cdn.skypack.dev/@nuintun/fetch';
</script>
A pure JavaScript window.fetch polyfill.
If not
CORSsupportIE >= 7else supportIE >= 8Notice: If
CORSrequest IE8-9 use XDomainRequest