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

@philipwalton so you want a platform version available everywhere so that backwards incompatible changes can be made in the service worker message handling code? Which would require the window code to send different messages depending on what version of the service worker is running?

@frlinw IndexedDB is not very reliable. We tried that exact setup with storing the version in IndexedDB. See https://github.com/w3c/ServiceWorker/issues/1331#issuecomment-403575004

-- 
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-460750041

Received on Tuesday, 5 February 2019 18:30:17 UTC