Skip to content

Commit

Permalink
fixup! events: extract addAbortListener for safe internal use
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Mar 14, 2024
1 parent eb934cc commit ab1db82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/internal/events/abort_listener.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
'use strict';

const {
SymbolDispose,
} = primordials;
const {
validateAbortSignal,
validateFunction,
Expand All @@ -9,7 +12,6 @@ const {
ERR_INVALID_ARG_TYPE,
},
} = require('internal/errors');
const { SymbolDispose } = primordials;

let queueMicrotask;
let kResistStopPropagation;
Expand Down

0 comments on commit ab1db82

Please sign in to comment.