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
As a continuation of #58, I'd like to submit a request to backport off() to v2. This is because browserify does not want to upgrade to v3 due to the breaking changes that come with it.
I don't believe this should be difficult to implement, it just needs to be an alias of removeListener() which would (probably) just be a one line addition.
The text was updated successfully, but these errors were encountered:
As a continuation of #58, I'd like to submit a request to backport
off()
to v2. This is because browserify does not want to upgrade to v3 due to the breaking changes that come with it.I don't believe this should be difficult to implement, it just needs to be an alias of
removeListener()
which would (probably) just be a one line addition.The text was updated successfully, but these errors were encountered: