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

To avoid the unsynced states problem, Blink now has object equality between JS objects representing the same Service Worker entity: crbug.com/459457. I believe this is spec conforming because the current spec neither requires nor disallows object equality, but it does require synced state. Accordingly, our tests only assert that state is equal between the objects.

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

Received on Friday, 3 April 2015 02:02:02 UTC