Re: [w3c/ServiceWorker] consider allowing a non-scope identifier for registrations (#1512)

> Without exposing the id there is no way for the page to reliably lookup and refer to registrations.

To refer to registrations, we currently have ServiceWorkerRegistration.
To lookup registrations, we have getRegistrations() and getRegistration(clientURL).
Can you clarify how that is insufficient and/or what the added value of IDs is?

-- 
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/1512#issuecomment-707599329

Received on Tuesday, 13 October 2020 09:00:00 UTC