- From: Jake Archibald <notifications@github.com>
- Date: Sun, 15 Sep 2019 01:48:25 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 15 September 2019 08:48:47 UTC
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