Re: [w3c/ServiceWorker] InstallEvent.addRoutes is resolving/rejecting the returned promise synchronously (Issue #1742)

Let's first wait on https://github.com/w3c/ServiceWorker/pull/1744, we can then put up a PR for this one.

If the browser process is doing the validation checks, is it needed to also do them in the render process as well?
Given this is observable from JS, we need to make a conscious decision here.

In specs term, it means that either we do the checks synchronously (and implementation will actually do them twice), or we run these checks inside an `in parallel` block.

I don't have a strong preference here.

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

Message ID: <w3c/ServiceWorker/issues/1742/2606601657@github.com>

Received on Wednesday, 22 January 2025 08:38:07 UTC