inspector.Network.dataReceived([params])


此功能仅在启用 --experimental-network-inspection 标志时可用。

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

Network.dataReceived 事件广播给已连接的前端,或者如果尚未对给定请求调用 Network.streamResourceContent 命令,则将数据缓冲起来。

🌐 Broadcasts the Network.dataReceived event to connected frontends, or buffers the data if Network.streamResourceContent command was not invoked for the given request yet.

还可以启用 Network.getResponseBody 命令以获取响应数据。

🌐 Also enables Network.getResponseBody command to retrieve the response data.