Re: Forbid constants on [noInterfaceObject] interfaces

On Wednesday, July 31, 2013 at 5:39 PM, Boris Zbarsky wrote:

> On 7/31/13 7:04 AM, David Bruant wrote:
> > We'll see if that's not web incompatible. I worry. Especially with Mega
> > using the file API :-s
> 
> 
> What's the worry? Removing [NoInterfaceObject] just causes 
> window.InterfaceName to exist (and causes instance.__proto__.constructor 
> to be that object, I guess)...
> 

I guess the worry is now that `window.TEMPORARY` and `window.PERSISTENT` are being used in the wild.  

Received on Wednesday, 31 July 2013 16:42:07 UTC