Open matthewp opened 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.
fetch
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.