js-data-http
This repo contains HTTP adapters for js-data:
- js-data-http - HTTP (XHR, includes [axios][axios]) adapter for js-data in the
browser. Capable of using
window.fetch
instead of axios. - js-data-fetch - Same as js-data-http but doesn't include axios and will use
window.fetch
if available and if you don't provide your own http library. - js-data-http-node - Same as js-data-http but runs on Node.js. Depends on axios and will use axios unless you provide a different http library.
Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using
To get started, visit the main website at http://js-data.io.
Links
License
The MIT License (MIT)
Copyright (c) 2014-2016 js-data-http project authors