From 9fe0e46807d413c4fd73ab4caf7a81745368371c 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 8ec82db04c25da..65a364bcf87231 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -2426,9 +2426,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} @@ -2441,9 +2445,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.