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
Describe the bug
According to the description in the document the addEventListener method should support the signal parameter. When the signal's AbortController aborts, all event listeners bound to that parameter should be unregistered.
Describe the bug
According to the description in the document the addEventListener method should support the signal parameter. When the signal's AbortController aborts, all event listeners bound to that parameter should be unregistered.
To Reproduce
Expected behavior
Nothing output in console
Actual situation
"called" is printed in console
Device:
Additional context
vitest: 2.0.5
The text was updated successfully, but these errors were encountered: