Skip to content

Commit 581439c

Browse files
legendecasaduh95
authored andcommitted
doc: mark devtools integration section as active development
This marks the whole devtools integration section as in active development. PR-URL: #57886 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent e1d3a9e commit 581439c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

doc/api/inspector.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ An exception will be thrown if there is no active inspector.
490490

491491
## Integration with DevTools
492492

493+
> Stability: 1.1 - Active development
494+
493495
The `node:inspector` module provides an API for integrating with devtools that support Chrome DevTools Protocol.
494496
DevTools frontends connected to a running Node.js instance can capture protocol events emitted from the instance
495497
and display them accordingly to facilitate debugging.
@@ -516,8 +518,6 @@ added:
516518
- v22.6.0
517519
-->
518520

519-
> Stability: 1 - Experimental
520-
521521
* `params` {Object}
522522

523523
This feature is only available with the `--experimental-network-inspection` flag enabled.
@@ -532,8 +532,6 @@ added:
532532
- v22.6.0
533533
-->
534534

535-
> Stability: 1 - Experimental
536-
537535
* `params` {Object}
538536

539537
This feature is only available with the `--experimental-network-inspection` flag enabled.
@@ -548,8 +546,6 @@ added:
548546
- v22.6.0
549547
-->
550548

551-
> Stability: 1 - Experimental
552-
553549
* `params` {Object}
554550

555551
This feature is only available with the `--experimental-network-inspection` flag enabled.
@@ -564,8 +560,6 @@ added:
564560
- v22.7.0
565561
-->
566562

567-
> Stability: 1 - Experimental
568-
569563
* `params` {Object}
570564

571565
This feature is only available with the `--experimental-network-inspection` flag enabled.

0 commit comments

Comments
 (0)