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 5745bcb commit 4c9159aCopy full SHA for 4c9159a
lib/internal/abort_controller.js
@@ -334,7 +334,7 @@ class AbortController {
334
335
static [kMakeTransferable]() {
336
const controller = new AbortController();
337
- controller.#signal = transferableAbortSignal(controller.#signal);
+ controller.#signal = createAbortSignal({ transferable: true });
338
return controller;
339
}
340
0 commit comments