[Webkit-unassigned] [Bug 218154] Web Inspector: Registered but missing Service Workers not shown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 14:37:37 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=218154

--- Comment #3 from Simon <simon_c at me.com> ---
Sure thing.

The simplest way to reproduce (with node and ruby installed) is probably:

- In Terminal
$ npx degit "sveltejs/sapper-template#rollup" my-app
$ cd my-app
$ npm install
$ npm run dev

- Open http://localhost:3000 in Safari, should see a registered service worker in the develop menu.
- Quit Safari
- Go back to terminal and ctrl+c

- Then in Terminal:
$ ruby -run -e httpd -- -p 3000

- Open Safari and again go to http://localhost:3000, in Develop there won't be any service workers shown.
- You should see a 404 response for /service-worker.js from WEBrick

I think that's it, let me know if you need any more info.

Cheers!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201026/26b39665/attachment.htm>


More information about the webkit-unassigned mailing list