[slightlyoff/ServiceWorker] Need to review the algorithms for creating a new environment settings object (#919)

In the [Run Service Worker](http://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/index.html#run-service-worker-algorithm) algorithm we create a new environment settings object for the worker. But the algorithms we define for that settings object don't entirely match the algorithms the HTML spec expects a settings object to have. The version in the v2 spec seems at least somewhat better than the version of this algorithm in v1, but I'm not convinced either of them is entirely correct.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/919

Received on Thursday, 23 June 2016 21:59:31 UTC