Re: [w3c/ServiceWorker] Remove incumbent/fetching record from Cache behavior (#1190)

@jakearchibald you don't resolve from "in parallel". You need to queue a task on an event loop. That event loop will have a realm that you can use to create the frozen array and resolve the promise. (You don't get in parallel access to resolve either.)

-- 
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-336057254

Received on Thursday, 12 October 2017 08:24:18 UTC