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
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Currently bind is being used to preserve context when using addEventListener. The bound function created is then stored in an object $b per component instance. Would like to improve this.
Currently
bindis being used to preserve context when usingaddEventListener. The bound function created is then stored in an object$bper component instance. Would like to improve this.