From 61a8af78fe5b89c67f30fd014266d66722c9406f Mon Sep 17 00:00:00 2001 From: legendecas Date: Thu, 26 Dec 2019 23:06:55 +0800 Subject: [PATCH] perf_hooks: move perf_hooks out of experimental PR-URL: https://github.com/nodejs/node/pull/31101 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Matteo Collina Reviewed-By: Stephen Belanger Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Jiawen Geng Reviewed-By: Ruben Bridgewater --- doc/api/perf_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 94149c26ff0a06..02dee38bae1987 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -2,7 +2,7 @@ -> Stability: 1 - Experimental +> Stability: 2 - Stable The Performance Timing API provides an implementation of the [W3C Performance Timeline][] specification. The purpose of the API