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

Pre TPAC thoughts:

* I'd love a way to simplify getting data from a worker & calling methods. Eg, if a worker had `export const hello = 'world'`, I'd love to be able to do this from a page: `(await worker.exports).hello`.
* We should talk about the data store thing again, but it still feels like a generic "faster IDB" is the answer.

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

Received on Sunday, 15 September 2019 08:48:47 UTC