diff --git a/doc/api/cli.md b/doc/api/cli.md index 61a047e5ac159f..926b557944d720 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1014,6 +1014,18 @@ passing a second `parentURL` argument for contextual resolution. Previously gated the entire `import.meta.resolve` feature. +### `--experimental-inspector-network-resource` + + + +> Stability: 1.1 - Active Development + +Enables the Network.loadNetworkResource method in the Chrome DevTools Protocol (CDP) during debugging sessions. +This feature allows DevTools to fetch additional resources directly through the inspector backend. + ### `--experimental-loader=module`