From e2f7405d3aacfffa7753923bad17f6a72d05ed98 Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Tue, 23 Apr 2024 16:09:23 +0900 Subject: [PATCH] events,doc: mark CustomEvent as stable Signed-off-by: Daeyeon Jeong PR-URL: https://github.com/nodejs/node/pull/52618 Reviewed-By: Moshe Atlow Reviewed-By: Benjamin Gruenbaum Reviewed-By: Matthew Aitken Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/events.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/api/events.md b/doc/api/events.md index f3527c0b84f5a5..4e04cea7db9617 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -2420,9 +2420,13 @@ Removes the `listener` from the list of handlers for event `type`. added: - v18.7.0 - v16.17.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/52618 + description: CustomEvent is now stable. --> -> Stability: 1 - Experimental. +> Stability: 2 - Stable * Extends: {Event} @@ -2435,9 +2439,13 @@ Instances are created internally by Node.js. added: - v18.7.0 - v16.17.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/52618 + description: CustomEvent is now stable. --> -> Stability: 1 - Experimental. +> Stability: 2 - Stable * Type: {any} Returns custom data passed when initializing.