mdn/dom-examples

Service worker example does not work (404 Not Found)

tetradice opened this issue · 2 comments

I tried this demo: https://mdn.github.io/dom-examples/service-worker/simple-service-worker/

But service worker was not found and not installed.
image

I don't want to fork this repo and submit a PR, but I think the problem is here: https://github.com/mdn/dom-examples/blob/main/service-worker/simple-service-worker/app.js#L7

The path to the service worker script is absolute instead of relative. Should be a one character change.