diff --git a/doc/api/inspector.md b/doc/api/inspector.md index a056065f95820d..04c09f94cb7f65 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -524,6 +524,20 @@ This feature is only available with the `--experimental-network-inspection` flag Broadcasts the `Network.dataReceived` event to connected frontends, or buffers the data if `Network.streamResourceContent` command was not invoked for the given request yet. +Also enables `Network.getResponseBody` command to retrieve the response data. + +### `inspector.Network.dataSent([params])` + + + +* `params` {Object} + +This feature is only available with the `--experimental-network-inspection` flag enabled. + +Enables `Network.getRequestPostData` command to retrieve the request data. + ### `inspector.Network.requestWillBeSent([params])`