Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 6, 2017 22:18
Show Gist options
  • Select an option

  • Save gauntface/30ac232d8e97ec079c1506eb82091a95 to your computer and use it in GitHub Desktop.

Select an option

Save gauntface/30ac232d8e97ec079c1506eb82091a95 to your computer and use it in GitHub Desktop.
// OK when ‘Service-Worker-Allowed’ header is set to ‘/’
navigator.serviceWorker.register(‘/blog/sw.js’, {scope: ‘/’});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment