- From: Andrew Sutherland <notifications@github.com>
- Date: Sun, 06 Oct 2019 13:54:26 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 6 October 2019 20:54:48 UTC
Echoing a comment I made during the original discussion: a concern would be the size of the data if it's available synchronously from a snapshotted `Client` instance. For example, right now Firefox arbitrarily limits each History API entry's state to 2,097,152 bytes. This would be a lot of per-page memory for every clients.match() call to potentially entrain and/or have to ship around via IPC, especially for data that's intended for a page as its own consumer, not other pages. -- 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/1475#issuecomment-538787110
Received on Sunday, 6 October 2019 20:54:48 UTC