paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 389 forks source link

String.prototype.contains #307

Closed iliakan closed 9 years ago

iliakan commented 9 years ago

Guess, that's the today's name for String.prototype.includes ?

zloirock commented 9 years ago

TC39 november meeting.

mathiasbynens commented 9 years ago

No, includes is the new name for contains. See https://twitter.com/mathias/status/535350698918297600 and #306.

iliakan commented 9 years ago

Oh, right.