Re: [ServiceWorker] Is fetchEvent.client a performance concern? (#723)

With `.clientID` you're guaranteed some information about the client. You can match it up with previous recordings in IDB. `.getClient()` may return null by the time you ask for it (client has closed). I'm not sure it's a big deal though.

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

Received on Tuesday, 21 July 2015 19:06:19 UTC