events icon indicating copy to clipboard operation
events copied to clipboard

Backport off to v2 as non-breaking change

Open patrickroberts opened this issue 6 years ago • 1 comments

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.

patrickroberts avatar Apr 26 '19 16:04 patrickroberts

I'd like to second this. if on is implemented off is the natural flip-side of that coin.

Redmega avatar Apr 08 '21 20:04 Redmega