Skip to content

timers: optimize callback call with arguments: bind -> arrow

ES6 arrow functions are much more efficient than .bind() functions.

http://jsperf.com/bind-vs-arrow-function-call

Merge request reports

Loading