Re: [ServiceWorker] Consider producing distinct objects for the same entity to enable garbage collection (#416)

Just tried to put a strikeout on the "same object" and clarified it to the "distinct object".

> clients.matchAll().then(clients => {}); // ~~same object~~ distinct object ?

The current spec resolves with distinct objects.

Thanks for the review! Closing.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/416#issuecomment-145567542

Received on Monday, 5 October 2015 15:22:00 UTC