streamResourceContent
suspend fun streamResourceContent(args: Network.StreamResourceContentParameter, mode: CommandMode = CommandMode.DEFAULT): Network.StreamResourceContentReturn
Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming.
Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming.
Parameters
requestId
Identifier of the request to stream.