Re: Should properties on the named properties object be readonly?

On 4/2/15 2:56 PM, Boris Zbarsky wrote:
> I think we should just change the spec here.  Specifically, set
> [[Writable]] to true, which will allow shadowing assignments, while
> continuing to return false from [[DefineOwnProperty]] (so if you try to
> actually set the property directly on the named properties object you
> either no-op or throw depending on strict mode and whatnot).

https://github.com/heycam/webidl/pull/48

-Boris

Received on Saturday, 11 April 2015 02:25:37 UTC