(BTW, Web IDL is not in Last Call right now, but it is close.) One question I forgot to ask, which is just my ignorance about the details of the proxy proposal. Say you have a prototype chain like this:
[object a] → [object b] → [Object prototype object] → null a is a proxy object and b is a normal object. If you define a non- configurable property on b, and you look up that property on a, can it still be reported as non-configurable? -- Cameron McCormack ≝ http://mcc.id.au/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

