You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we distinguish between accepted and pending ES6 features?
Things like String.prototype.at and Function.create are not in the latest ES6 draft (yet). Some are just proposals, that will never make it to the spec (or to browsers). IMHO it’s useful to include them in the list, but maybe we should add mark them as “not really ES6 (yet)”?
The text was updated successfully, but these errors were encountered:
@paulirish Yeah but these things definitely won’t make it into browsers until they are added to the draft spec. They’re just proposals (some of which TC39 agrees with) at this point.
The features this issue is about are not even in the draft spec or accepted by TC39, so I seriously doubt they’ll show up in any native implementation.
I’ve edited the top post so it’s a bit clearer, hopefully. Thanks for the feedback!
Should we distinguish between accepted and pending ES6 features?
Things like
String.prototype.at
andFunction.create
are not in the latest ES6 draft (yet). Some are just proposals, that will never make it to the spec (or to browsers). IMHO it’s useful to include them in the list, but maybe we should add mark them as “not really ES6 (yet)”?The text was updated successfully, but these errors were encountered: