Re: [slightlyoff/ServiceWorker] Why are so many things [Unforgeable]? (#897)

> Note that [Unforgeable] also makes properties own properties, rather than live on the prototype, which is also a little weird.

@domenic @annevk do you have any concern about this? `registration.installing/.waiting/.active` and `navigator.serviceWorker.controller` are all the attributes that use [Unforgeable]. That is, `ServiceWorkerContainer` and `ServiceWorkerRegistration` have them as there own properties. Will they have any negative effects in working on libraries or something?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/897#issuecomment-219008270

Received on Friday, 13 May 2016 10:32:30 UTC