Re: [webidl] Add a [SecureContext] operator attribute (#65)

> If you touch something secure first, then document.domain throws.

Keep in mind that per spec all the prototype objects for a page are set up before anything else happens; at that point the "secure" props are either there or not.  Making them disappear when `document.domain` is set is ... complicated at best.

With that in mind, what do you mean when you say "touch something secure"?  That is, what constitutes touching?

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/65#issuecomment-156306253

Received on Friday, 13 November 2015 02:45:49 UTC