From 7a8144c4accde5866119873b85aa86262f070fc7 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 2 Jul 2025 03:32:25 +1200 Subject: [PATCH 1/3] lib: expose global ErrorEvent --- doc/api/globals.md | 8 ++++++++ lib/eslint.config_partial.mjs | 4 ++++ lib/internal/bootstrap/web/exposed-window-or-worker.js | 2 +- test/common/globals.js | 1 + test/eslint.config_partial.mjs | 1 + 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index f33c4b28606bc4..88dd6b4ffa2776 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -454,6 +454,14 @@ changes: A browser-compatible implementation of [`DecompressionStream`][]. +## `ErrorEvent` + + + +A browser-compatible implementation of {ErrorEvent}. + ## Class: `Event`