Re: May the defineProperty method of a proxy handler throw a TypeError?

On 9/08/11 9:40 AM, Mark S. Miller wrote:
> If there are no show-stopping legacy compat constraints forcing us to
> specify Reject, I prefer that we specify these to throw a TypeError.

I can't say for sure, but I would be surprised if this didn't cause 
problems, given that it introduces exception throwing where currently 
assignment to non-writable properties of objects that need to be 
implemented as proxies (like NodeList) is just ignored.

Received on Thursday, 11 August 2011 02:21:35 UTC