Skip to content

Commit 626b26d

Browse files
legendecasRafaelGSS
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 947c6a4 commit 626b26d

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.
@@ -517,8 +519,6 @@ added:
517519
- v20.18.0
518520
-->
519521

520-
> Stability: 1 - Experimental
521-
522522
* `params` {Object}
523523

524524
This feature is only available with the `--experimental-network-inspection` flag enabled.
@@ -534,8 +534,6 @@ added:
534534
- v20.18.0
535535
-->
536536

537-
> Stability: 1 - Experimental
538-
539537
* `params` {Object}
540538

541539
This feature is only available with the `--experimental-network-inspection` flag enabled.
@@ -551,8 +549,6 @@ added:
551549
- v20.18.0
552550
-->
553551

554-
> Stability: 1 - Experimental
555-
556552
* `params` {Object}
557553

558554
This feature is only available with the `--experimental-network-inspection` flag enabled.
@@ -568,8 +564,6 @@ added:
568564
- v20.18.0
569565
-->
570566

571-
> Stability: 1 - Experimental
572-
573567
* `params` {Object}
574568

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

0 commit comments

Comments
 (0)