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
Events handlers in several interfaces such as Window, Document and so on can be safely typed with 'target: Element' instead of of 'target: EventTarget'
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
Events handlers in several interfaces such as Window, Document and so on can be safely typed with 'target: Element' instead of of 'target: EventTarget'
Before:
After:
Expected behavior:
Type of event.target should be 'Element' in relevant event handlers.
Actual behavior:
Type is always EventTarget which requires type assertions.
The text was updated successfully, but these errors were encountered: