Erik Arvidsson wrote:
[...]
>     Object.freeze(rv);
>     Object.seal(rv);
>     Object.preventExtensions(rv);

Object.seal includes the effect of Object.preventExtensions, so the latter
is redundant here.

-- 
David-Sarah Hopwood ⚥

_______________________________________________
Es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to