# Isomorphic Fetch Implementation ## status WIP ## motivation implementation of [fetch API](https://fetch.spec.whatwg.org/) 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