- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 02 Jun 2025 20:26:44 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 June 2025 03:26:47 UTC
domenic left a comment (w3ctag/design-reviews#1089) Thanks for the review! > * Make shared workers more [permissible](https://html.spec.whatwg.org/multipage/workers.html#permissible-worker) without any new API: allow UA to keep a SW alive if there are certain pending async operations > > * > * Introduce a SharedWorkerGlobalScope.extendLifetimeUntil(Promise) API (as suggested Yes, these have been considered. As explained by the Mozilla implementer in https://github.com/whatwg/html/issues/10997#issuecomment-2896661453, we need to know about the shared worker's special semantics when it is created, which neither of these allow. I'll be sure to update the explainer to be clearer on why these aren't possible. -- Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/1089#issuecomment-2933260349 You are receiving this because you are subscribed to this thread. Message ID: <w3ctag/design-reviews/issues/1089/2933260349@github.com>
Received on Tuesday, 3 June 2025 03:26:47 UTC