Shijun He (2013-12-17T09:19:19.000Z)
There are some methods using reserved word "delete", such as
Map.prototype.delete, Set.prototype.delete... Though it is allowed since
ES5, I think we'd better avoid it because it cause es6 shim solution fail
on legacy browsers such as IE8.



--
hax
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131217/f5ba6e90/attachment-0001.html>
domenic at domenicdenicola.com (2013-12-24T23:56:38.832Z)
There are some methods using reserved word "delete", such as
Map.prototype.delete, Set.prototype.delete... Though it is allowed since
ES5, I think we'd better avoid it because it cause es6 shim solution fail
on legacy browsers such as IE8.