Re: Forbid constants on [noInterfaceObject] interfaces

On 8/2/13 10:48 PM, Cameron McCormack wrote:
> It's really the `Window implements LocalFileSystem;` statement in the
> spec that's putting the constants on the global.

Ah, indeed, that would put them on Window.prototype directly...  and 
makes total sense when combined with [NoInterfaceObject].  But yes, that 
seems pretty suboptimal as API design goes.  :(

-Boris

Received on Saturday, 3 August 2013 02:58:56 UTC