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
lib: disable default memory leak warning for AbortSignal
This change sets the default `kMaxEventTargetListeners` property for
`AbortSignal` instances to 0, disabling the check per default, to enable
users to write isomorphic library code.
If desirable, the max event target listeners check can still be enabled
for individual `AbortSignal` instances by calling `setMaxListeners` on them.
Refs: nodejs#54758
0 commit comments