From 739552b4862c2c39ade1aedb236cee2748caa326 Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Sun, 21 Apr 2024 15:54:16 +0900 Subject: [PATCH] events,doc: mark CustomEvent as stable Signed-off-by: Daeyeon Jeong --- 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.