- From: Jake Archibald <notifications@github.com>
- Date: Fri, 03 Jul 2015 03:25:15 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 3 July 2015 10:25:42 UTC
>From IRC discussion: If `fetch(url)` is initiated from a dedicated worker or document, it can use the top level window of the associated document for UI if required. For `fetch(url)` within SharedWorkers, UI should be shown in the top level window associated with one of the associated documents of the SharedWorker. For `fetch(url)` within ServiceWorker, UI should be shown in the top level window associated with one of the controlled window clients. In cases where there are multiple choices, the browser should prioritise focused windows, over visible windows, over others. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/119#issuecomment-118308859
Received on Friday, 3 July 2015 10:25:42 UTC