[w3c/ServiceWorker] `Clients.matchAll()` should exclude the current environment (#1037)

With #1036 and #955 we create the possibility to use `Clients.matchAll()` in a way that would match the currently executing environment.  This would probably be surprising to callers.  I think we should exclude the "self" environment automatically.  If developers end up wanting it for some reason we could add a `includeSelf:true` option in the future.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1037

Received on Monday, 19 December 2016 15:01:36 UTC