Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created June 19, 2023 13:25
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 YonatanKra/53cc8901eaa3ec3021b83e5aa261c850 to your computer and use it in GitHub Desktop.
Save YonatanKra/53cc8901eaa3ec3021b83e5aa261c850 to your computer and use it in GitHub Desktop.
(async function() {
const registration = await navigator.serviceWorker.register(
'/sw.js',
{
scope: '/',
}
);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment