Closed tgvashworth closed 10 years ago
Currently the worker file is explicitly specified when started the server. Should be loaded from a script tag.
registerServiceWorker
serviceworker-api.js
bufferSwapFn()
serviceworker-devtools.js
Problems:
This is kinda in. registerServiceWorker is there but it ignores its arguments. It does cause the page to use the SW tho #excite
This is working! :rocket:
Currently the worker file is explicitly specified when started the server. Should be loaded from a script tag.
registerServiceWorker
to theserviceworker-api.js
stub asbufferSwapFn()
serviceworker-devtools.js
, make it WebSocket to the server with the arguments. NB: should only install, not activateProblems: