We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643efe1 commit bd8fe65Copy full SHA for bd8fe65
lib/internal/abort_controller.js
@@ -276,8 +276,6 @@ class AbortSignal extends EventTarget {
276
resultSignal[kSourceSignals].add(signalWeakRef);
277
signal[kDependantSignals].add(resultSignalWeakRef);
278
dependantSignalsCleanupRegistry.register(resultSignal, signalWeakRef);
279
- // when the source signal - coming from the controller - is gced, we need to remove it from the dependant
280
- // signals of the composite signal
281
finalizer.register(signal, { sourceSignalRef: signalWeakRef, composedSignalRef: resultSignalWeakRef});
282
} else if (!signal[kSourceSignals]) {
283
continue;
0 commit comments