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

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

Not sure what this means, but I think these should be distinct objects as they're snapshots. Agree with all the other distinct/same decisions.

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

Received on Monday, 5 October 2015 14:43:25 UTC