Re: [heycam/webidl] What is the expected interaction of [SecureContext] with mixins? (#118)

`[SecureContext]` on an interface controls whether that constructor is visible on the global and whether the methods are visible on the prototype.  It does NOT control whether the objects are available at all, as far as I can tell.

Now arguable it's a specification bug to have a method that returns such an object in a non-secure context.  But nothing prevents someone from writing such a spec, really...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/118#issuecomment-332871700

Received on Thursday, 28 September 2017 15:24:25 UTC