Open ajcrites opened 3 years ago
In the JavaScript, .on actually returns an EmitterSubscription rather than void. This is important mainly because you can call .remove on it.
In the JavaScript, .on actually returns an EmitterSubscription rather than void. This is important mainly because you can call .remove on it.