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

`.get()` sounds more like getting a singular result.
`.getAll(options)` still LGTM as it suggests "get all the clients which meet the options which are happen to be _controlled_ _window_ for convenience."
But in case people still think it's not natural, `.matchAll()` seems fine to me too.

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

Received on Friday, 23 January 2015 01:48:09 UTC