UInt8ClampedArray Bitwise operators?
Isiah Meadows
isiahmeadows at gmail.com
Thu Aug 13 02:30:46 UTC 2015
I can see why, since nearly everyone depends on that coupling. Minifiers
depend on it. Mixin utilities depend on it. Breaking the Web would be an
understatement.
On Wed, Aug 12, 2015, 14:36 Brendan Eich <brendan at mozilla.org> wrote:
> Caitlin Potter wrote:
> >> ES2015 already has element accessor overloading with proxies, right?
> >> > It's everything else that's missing.
> >
> > Proxies enforce invariants, which is problematic for this use case
> because it’s A) expensive, and B) also restricts you from “lying” about the
> actual properties which exist on the element.
> >
> > I recall from an old presentation on Value Types that overloading `[]`
> was off limits because those invariants needed to keep working.
>
> No operator proposal has included property access, not so much for
> reasons you give (which are good ones) but for separation of concerns.
> Allen did propose:
>
> http://wiki.ecmascript.org/doku.php?id=strawman:object_model_reformation
>
> This was controversial in the committee when last considered. Just sayin'!
>
> /be
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150813/02266d83/attachment.html>
More information about the es-discuss
mailing list