We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9849742 commit c1a3ef9Copy full SHA for c1a3ef9
doc/api/diagnostics_channel.md
@@ -1247,7 +1247,9 @@ Emitted when a stream is received on the client.
1247
1248
* `stream` {ClientHttp2Stream}
1249
* `writev` {boolean}
1250
-* `data` {Buffer | string | Array\<Buffer | {chunk: Buffer|string, encoding: string}>}
+* `data` {Buffer | string | Buffer\[] | Object\[]}
1251
+ * `chunk` {Buffer|string}
1252
+ * `encoding` {string}
1253
* `encoding` {string}
1254
1255
Emitted when a chunk of the client stream body is being sent.
0 commit comments