- From: James Yang <notifications@github.com>
- Date: Tue, 15 May 2018 22:16:32 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 May 2018 22:17:02 UTC
>From a developer's point of view, I believe most of developer want to keep current environment if they wrote `document.open`, and want to **patch** something instead of recreate for all. At lease, all the global vars/functions are preserved, and the code may depend on the **inherit** behavior if they depend on some features in the global env. For me, the global env should include both window & document & service worker, but I don't read the specs deeply, maybe mismatched with 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/issues/1313#issuecomment-389331056
Received on Tuesday, 15 May 2018 22:17:02 UTC