My ECMAScript 7 wishlist
Andrea Giammarchi
andrea.giammarchi at gmail.com
Fri Jun 6 17:26:49 PDT 2014
that `has:()=>true` breaks with features detections that are meant to be
less obtrusive than getters ... i.e. `'geolocation' in navigator` or
`'innerHTML' in genericNode` and all others that are not supposed to pass
through a potentially expensive getter to retrieve a feature detection
purpose info.
Long story short that NoSuchProperty is obtrusive in an upside-down way ...
I personally would not use that and would not expect that anywhere
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140606/2ab2627c/attachment.html>
More information about the es-discuss
mailing list