Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGireesh Punathil <gpunathi@in.ibm.com>2021-03-14 06:18:34 +0300
committerJames M Snell <jasnell@gmail.com>2021-07-19 18:02:33 +0300
commit8f70a0997bca9362dac32aeb65f4ea2d5ecdaea6 (patch)
tree296e77e71df15e4f9c4b7ae841e38fc2634d1b05 /doc/api
parentfcddd673df1b6c1d720a7084a24c0f87075c4ebf (diff)
inspector: mark as stable
The module has been there for a while, evidence of usage in the field exists, and we have good test coverage for it. Last API change has been 18 months ago. Refs: https://github.com/nodejs/node/issues/37440#issuecomment-785763306 PR-URL: https://github.com/nodejs/node/pull/37748 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/inspector.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index c22dbca03bc..aa41556adc9 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -2,7 +2,7 @@
<!--introduced_in=v8.0.0-->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
<!-- source_link=lib/inspector.js -->