Re: [w3c/ServiceWorker] Add an option to include frozen documents. (#1442)

I think it totally make sense to support showing discarded clients in these views. Since from the user perspective the tab is still there it just has to be reloaded.

Whether the need to call out frozen from discarded windows is necessary I don't know. `postMessage` to a frozen window will get queued until it is unfrozen. `postMessage` obviously doesn't exist for discarded windows at this time but I'd probably expect them to discard. If the client is a top level window then `focus` will unfreeze the window.

-- 
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/1442#issuecomment-506756367

Received on Friday, 28 June 2019 14:34:50 UTC