Skip to content

Commit 5b42d81

Browse files
rexagodcodebytere
authored andcommitted
doc: add Uint8Array to end and write
PR-URL: #33217 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent c6a8cd0 commit 5b42d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3114,7 +3114,7 @@ changes:
31143114
description: This method now returns a reference to `ServerResponse`.
31153115
-->
31163116

3117-
* `data` {string|Buffer}
3117+
* `data` {string|Buffer|Uint8Array}
31183118
* `encoding` {string}
31193119
* `callback` {Function}
31203120
* Returns: {this}
@@ -3396,7 +3396,7 @@ does not indicate whether the data has been flushed, for this use
33963396
added: v8.4.0
33973397
-->
33983398

3399-
* `chunk` {string|Buffer}
3399+
* `chunk` {string|Buffer|Uint8Array}
34003400
* `encoding` {string}
34013401
* `callback` {Function}
34023402
* Returns: {boolean}

0 commit comments

Comments
 (0)