Re: Figuring out the behavior of WindowProxy in the face of non-configurable properties

bz said:

> ES also allows other "exotic objects" that define some other behavior
> for those internal methods, but requires that the invariants be
> preserved.

Hixie said:

So one option would be to just say that WindowProxy is not an ES object.

---

If it's available to JavaScript consumers it must look like an object that
obeys ES invariants to JavaScript consumers. No (new, ugh) exceptions.

Received on Thursday, 15 January 2015 03:19:55 UTC