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
In v4, there was a way to take the signal (the thing returned from addHandler) and use it in removeHandler for proper disposal. See v4 docs for fromEventPattern, under the Dojo toolkit example. I think this functionality is still useful and it appears to be missing.
I can attempt to submit a PR, but I was wondering if there was a reason for its removal.