Re: [w3c/ServiceWorker] Add a script version property to the ServiceWorker object (#1387)

@philipwalton if you don't want to use postMessage, your service worker lib can use indexeddb to store the installed/installing version and your window lib can query these versions on service worker update and let the user do whatever he wants with it

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1387#issuecomment-460705750

Received on Tuesday, 5 February 2019 16:31:50 UTC