mdn / dom-examples

Code examples that accompany various MDN DOM and Web API documentation pages

Home Page:https://developer.mozilla.org/en-US/docs/Web/API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registration failed with TypeError: Failed to register a ServiceWorker for scope

skychx opened this issue · comments

https://mdn.github.io/dom-examples/service-worker/simple-service-worker/

image

image

const registration = await navigator.serviceWorker.register('/sw.js', { scope: '/' });
⬇️
const registration = await navigator.serviceWorker.register('/sw.js', { scope: '/dom-examples/service-worker/simple-service-worker/' });

Duplicate of #176