- From: Jake Archibald <notifications@github.com>
- Date: Wed, 11 Oct 2017 08:15:28 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 15:15:49 UTC
@annevk @domenic We've got a couple of instances in the service worker spec that follow this pattern: > 1. Let *realm* be the context object's relevant realm. > 1. Then later, in parallel: > 1. Resolve promise with a frozen array created from *someList*, in *realm*. …where *someList* is an infra list. Do we need to do this? I thought it would be enough to resolve the promise with *someList*, and IDL takes care of the FrozenArray creation in the correct realm, but I can't find a direct spec reference for that. -- 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/pull/1190#issuecomment-335845156
Received on Wednesday, 11 October 2017 15:15:49 UTC