394 Views
fetch(), defined in the Fetch API, is a new API which allows you to make requests similar to XHR's, but has a simpler / friendly API. The Fetch API is available in service workers today and in the global space (a.k.a in the normal Chrome window) if you enable the Experimental Web Platform Features in chrome://flags.
0 comments