Chimeejs / chimee-helper-events

base events binder for chimee
MIT License
0 stars 0 forks source link

Array.prototype.find under IE #1

Closed liuyuchenzh closed 7 years ago

liuyuchenzh commented 7 years ago

https://github.com/Chimeejs/chimee-helper-events/blob/3e2676d80ae34bd84c340eb565f09a201e44316a/src/index.js#L110

Using Array.prototype.find here but seems like no polyfill included, which could cause err under IE : )

toxic-johann commented 7 years ago

You should use babel-polyfill by yourself if you want to run it under IE.

liuyuchenzh commented 7 years ago

Then what about some tip or notice in README? Would be nice

toxic-johann commented 7 years ago

hmmm, I agree with you.

toxic-johann commented 7 years ago

@liuyuchenzh Which one are you using, chimee-helper-events, chimee or chimee-player?

liuyuchenzh commented 7 years ago

@toxic-johann Currently chimee-player