canjs / can-zone

A context for tracking asynchronous activity in JavaScript applications.
https://v4.canjs.com/doc/can-zone.html
MIT License
92 stars 4 forks source link

Fetch Zone #89

Open matthewp opened 8 years ago

matthewp commented 8 years ago

Previously in https://github.com/donejs/donejs/issues/598


We should create a fetch module that polyfills the API on the client/server. In the future this will be the primary API for doing networks requests, not XHR. Will want to provide the same Zone caching as the xhr cache currently gives us.