MENU

Fun & Interesting

Working with the Fetch API

Chrome for Developers 32,190 8 years ago
Video Not Working? Fix It Now

Fetch is a modern replacement for XMLHttpRequest that lays the foundation for Progressive Web Apps. This video covers the basics of using Fetch to request resources and read responses. It explains how to use GET, POST, and HEAD requests and describes the theory behind Cross Origin Resource Sharing (CORS). Codelabs, slides and more information are available from the Progressive Web Apps Training home page: https://developers.google.com/web/ilt/pwa

Comment