fetch-standard

implementaion of https://fetch.spec.whatwg.org/

Usage no npm install needed!

<script type="module">
  import fetchStandard from 'https://cdn.skypack.dev/fetch-standard';
</script>

README

Isomorphic Fetch Implementation

status

WIP

motivation

implementation of [https://fetch.spec.whatwg.org/](fetch API) in pure javascript. polyfill for browser, and implemnt for node.js. make network http access isomorphic.

License

The MIT License (MIT) Copyright (c) 2013 Jxck