wilsonpage / fastdom

Eliminates layout thrashing by batching DOM measurement and mutation tasks
6.83k stars 240 forks source link

Normalize `[].indexOf` for wider support. #57

Closed dustinhayes closed 8 years ago

dustinhayes commented 9 years ago

Not sure if you guys are too concerned about pre ES5 support. [].indexOf was the only thing I saw holding this module back.

wilsonpage commented 8 years ago

I think it's best to let people use a pollyfill and not add bloat the library. Thanks for highlighting this though :)