From f2c56dc3d82fbce872c1fc8d014604ad804a1cb7 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 14 Dec 2023 15:58:23 +0530 Subject: [PATCH] chore(node): remove process.on("disconnect") not implemented warning (#21569) --- ext/node/polyfills/process.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/node/polyfills/process.ts b/ext/node/polyfills/process.ts index 352d46f426..a85351d4bf 100644 --- a/ext/node/polyfills/process.ts +++ b/ext/node/polyfills/process.ts @@ -68,7 +68,6 @@ import type { BindingName } from "ext:deno_node/internal_binding/mod.ts"; import { buildAllowedFlags } from "ext:deno_node/internal/process/per_thread.mjs"; const notImplementedEvents = [ - "disconnect", "multipleResolves", "rejectionHandled", "worker",