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",