Re: [w3c/ServiceWorker] Inconsistencies in ServiceWorkerClients get and matchAll implementations (Issue #1734)

@youennf The Firefox code is definitely trying to wait for the clients to be execution ready in both cases:
- For matchAll [we exclude clients that are not execution ready](https://searchfox.org/mozilla-central/rev/5f2c1701846a54c484d7dd46a291b796f5a67cac/dom/clients/manager/ClientManagerService.cpp#538-540)
- For get [Firefox waits for the execution ready promise](https://searchfox.org/mozilla-central/rev/5f2c1701846a54c484d7dd46a291b796f5a67cac/dom/clients/manager/ClientManagerService.cpp#686-690) to resolve.

How are you testing this?

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

Message ID: <w3c/ServiceWorker/issues/1734/2463758178@github.com>

Received on Friday, 8 November 2024 04:47:55 UTC