ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 173 forks source link

Fix service-worker situation #136

Closed paulirish closed 4 years ago

paulirish commented 4 years ago

we had a service-worker for the debugger protocol.

i still have it installed on my machine, so i get served the stale version.

we either need to get a new SW running with the new build, or just deploy an empty one so we kill off the old offline experience. (if i understand SW death correctly)