- From: Mike West <notifications@github.com>
- Date: Thu, 12 Nov 2015 23:48:42 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 13 November 2015 07:49:11 UTC
@bifurcation: The more interesting case for the "exposure" method is: var thing = navigator.secureOnlyFeature; document.domain = document.domain; thing.whatever(); I don't know what we'd do in that case; it seems difficult to deal with. Throwing seems to deal with it more cleanly (assuming we're doing runtime checks). @bzbarsky's note that the prototypes are fixed at load time is (I think) true for V8 as well (@jeisinger to confirm). Removing things based on runtime checks might be difficult to implement. --- Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/65#issuecomment-156356090
Received on Friday, 13 November 2015 07:49:11 UTC