Fetch API is a new API for loading resources in web applications. It's intended to supersede XMLHttpRequest. Fetch API is already available in ServiceWorker scope. This entry is for announcing its availability in window scope.
Docs: http://updates.html5rocks.com/2015/03/introduction-to-fetch https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Samples: https://github.com/GoogleChrome/samples/tree/gh-pages/fetch-api