Skip to content

Instantly share code, notes, and snippets.

@jaredfaris
Last active August 17, 2016 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredfaris/11dc16494e2cffa056037997de79515c to your computer and use it in GitHub Desktop.
Save jaredfaris/11dc16494e2cffa056037997de79515c to your computer and use it in GitHub Desktop.
Fetch and Service Workers - Revolutionizing Web Requests

Fetch and Service Workers - Revolutionizing Web Requests

The future of web requests is here. With the Fetch API, RESTful requests have been made incredibly easy. So easy in fact, that you'll never be tempted to include jQuery just to get them. Even better, the arrival of Service Workers means you can now build background processes to handle caching, offline connections, and even push notifications. This talk will dive into Fetch and Service Workers, show you how to use them, and give some real world examples of their power.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment