ChromeDevTools / debugger-protocol-viewer

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

Work offline #79

Closed aslushnikov closed 6 years ago

aslushnikov commented 7 years ago

It would be nice to support service worker to make protocol viewer available offline.

paulirish commented 6 years ago

we do have a service worker, thanks to #91. https://github.com/ChromeDevTools/devtools-protocol/blob/gh-pages/service-worker.js

but I guess we don't register it yet. shall we, @TimvdLippe ?

TimvdLippe commented 6 years ago

Yes SW seems a good one. I didn't want to enable to in #91 as it was already very large, but we can now more safely test this.