| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e1d3a9e commit 581439c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -490,6 +490,8 @@ An exception will be thrown if there is no active inspector. | |||
| 490 | 490 | ||
| 491 | 491 | ## Integration with DevTools | |
| 492 | 492 | ||
| 493 | + > Stability: 1.1 - Active development | ||
| 494 | + | ||
| 493 | 495 | The `node:inspector` module provides an API for integrating with devtools that support Chrome DevTools Protocol. | |
| 494 | 496 | DevTools frontends connected to a running Node.js instance can capture protocol events emitted from the instance | |
| 495 | 497 | and display them accordingly to facilitate debugging. | |
@@ -516,8 +518,6 @@ added: | |||
| 516 | 518 | - v22.6.0 | |
| 517 | 519 | --> | |
| 518 | 520 | ||
| 519 | - > Stability: 1 - Experimental | ||
| 520 | - | ||
| 521 | 521 | * `params` {Object} | |
| 522 | 522 | ||
| 523 | 523 | This feature is only available with the `--experimental-network-inspection` flag enabled. | |
@@ -532,8 +532,6 @@ added: | |||
| 532 | 532 | - v22.6.0 | |
| 533 | 533 | --> | |
| 534 | 534 | ||
| 535 | - > Stability: 1 - Experimental | ||
| 536 | - | ||
| 537 | 535 | * `params` {Object} | |
| 538 | 536 | ||
| 539 | 537 | This feature is only available with the `--experimental-network-inspection` flag enabled. | |
@@ -548,8 +546,6 @@ added: | |||
| 548 | 546 | - v22.6.0 | |
| 549 | 547 | --> | |
| 550 | 548 | ||
| 551 | - > Stability: 1 - Experimental | ||
| 552 | - | ||
| 553 | 549 | * `params` {Object} | |
| 554 | 550 | ||
| 555 | 551 | This feature is only available with the `--experimental-network-inspection` flag enabled. | |
@@ -564,8 +560,6 @@ added: | |||
| 564 | 560 | - v22.7.0 | |
| 565 | 561 | --> | |
| 566 | 562 | ||
| 567 | - > Stability: 1 - Experimental | ||
| 568 | - | ||
| 569 | 563 | * `params` {Object} | |
| 570 | 564 | ||
| 571 | 565 | This feature is only available with the `--experimental-network-inspection` flag enabled. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments