Regarding modes, you may wish to read
https://esdiscuss.org/topic/no-more-modes which indicates the general
desire to never again add any pragmas like strict mode.

On Mon, Nov 26, 2018 at 2:15 PM Ranando King <king...@gmail.com> wrote:

> The general idea is to eliminate the foot-gun of objects on a prototype by
> providing copy on write semantics to properties on the prototype that
> contain an object. The property must be a data property. Accessors and
> functions are ignored.
>
> https://github.com/rdking/proposal-safe-prototype
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to