On Tue, Dec 17, 2013 at 4:19 AM, Shijun He <[email protected]> wrote:
> 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. > As Allen has said in the past: "The future is bigger than the past". The method name "delete" is compatible with the previous version of the specification—which is not at all ambiguous or underspecified w/r to Identifier and IdentifierName static semantics. Rick
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

