paulmillr / es6-shim

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

includes in undefined #442

Closed RohovDmytro closed 7 years ago

RohovDmytro commented 7 years ago

I know it's part of ES7 spec. But the README.md claims to include it. Still, it's undefined in production.

416 #426

ljharb commented 7 years ago

String has includes in es6. Array does not.

RohovDmytro commented 7 years ago

That was too easy for me to miss. I appreciate!