From e73c404aa5d94baa9a7b1382fac4ca4f617edb18 Mon Sep 17 00:00:00 2001 From: atlowChemi Date: Thu, 6 Jul 2023 01:21:34 +0300 Subject: [PATCH] http2: use addAbortListener PR-URL: https://github.com/nodejs/node/pull/48550 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Matteo Collina --- lib/internal/http2/core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/http2/core.js b/lib/internal/http2/core.js index 9947246708f19d..6344a7c1176475 100644 --- a/lib/internal/http2/core.js +++ b/lib/internal/http2/core.js @@ -29,6 +29,7 @@ const { Symbol, SymbolDispose, SymbolAsyncDispose, + SymbolDispose, TypedArrayPrototypeGetLength, Uint32Array, Uint8Array,