We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
end
write
1 parent 4a58420 commit 8b44be9Copy full SHA for 8b44be9
doc/api/http2.md
@@ -3099,7 +3099,7 @@ changes:
3099
description: This method now returns a reference to `ServerResponse`.
3100
-->
3101
3102
-* `data` {string|Buffer}
+* `data` {string|Buffer|Uint8Array}
3103
* `encoding` {string}
3104
* `callback` {Function}
3105
* Returns: {this}
@@ -3379,7 +3379,7 @@ does not indicate whether the data has been flushed, for this use
3379
added: v8.4.0
3380
3381
3382
-* `chunk` {string|Buffer}
+* `chunk` {string|Buffer|Uint8Array}
3383
3384
3385
* Returns: {boolean}
0 commit comments