Re: [ServiceWorker] Rename clients.getAll() (#610)

> would we need to pun filter with Array.prototype.filter?

Not sure what pun means in this context, but I recognize the potential confusion of having a method with the same name but different functionality on different classes. The same issue exists with `String.prototype.match`. I don't find this a major issue though. In an object oriented design you have natural namespacing and no real conflict.

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

Received on Wednesday, 28 January 2015 10:50:28 UTC