← Back to release summary

Fetch API

Category
Network / Connectivity
Type
New or changed feature
Status
Enabled by default (Chrome 42)
Intent stage
None

Summary

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.

Standards & signals

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

View on chromestatus.com