[w3c/workers] `SharedWorker` secure context integration. (#6)

The `SharedWorker()` constructor algorithm is fairly different from the [WHATWG version](https://html.spec.whatwg.org/#dom-sharedworker). In particular, I'm looking at the secure context integration in Step 11.4.2 of that algorithm which isn't present at all in this document. It landed in the WHATWG document a year and a half ago via https://github.com/whatwg/html/pull/1560. It would be lovely if y'all would pull that update, along with the subsequent changes that resulted in the current text.

-- 
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/workers/issues/6

Received on Wednesday, 18 October 2017 06:48:29 UTC