You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: reduce the overhead of binding function call (#139)
* perf: reduce the overhead of binding function call
* cache callback info object in scope
* reduce closure variables captured in binding function that results 1.4x fast
* MIN_CHROME_VERSION 85
0 commit comments