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 Dec 3, 2021. It is now read-only.
As the new keyword is mandatory, the usage should be enforced.
The current stage is that the event dispatch fails if you forget the new but it is not clear why. Adding a check that new has been used can give a meaningful error instead.
As the
newkeyword is mandatory, the usage should be enforced.The current stage is that the event dispatch fails if you forget the new but it is not clear why. Adding a check that
newhas been used can give a meaningful error instead.The shortest way seems to be the following: