- From: Matt Falkenhagen <notifications@github.com>
- Date: Thu, 02 Apr 2015 19:01:39 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 3 April 2015 02:02:02 UTC
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