Skip to content

Commit 8b44be9

Browse files
rexagodcodebytere
authored andcommittedJun 7, 2020
doc: add Uint8Array to end and write
PR-URL: #33217 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 4a58420 commit 8b44be9

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
@@ -3099,7 +3099,7 @@ changes:
30993099
description: This method now returns a reference to `ServerResponse`.
31003100
-->
31013101

3102-
* `data` {string|Buffer}
3102+
* `data` {string|Buffer|Uint8Array}
31033103
* `encoding` {string}
31043104
* `callback` {Function}
31053105
* Returns: {this}
@@ -3379,7 +3379,7 @@ does not indicate whether the data has been flushed, for this use
33793379
added: v8.4.0
33803380
-->
33813381

3382-
* `chunk` {string|Buffer}
3382+
* `chunk` {string|Buffer|Uint8Array}
33833383
* `encoding` {string}
33843384
* `callback` {Function}
33853385
* Returns: {boolean}

0 commit comments

Comments
 (0)
Please sign in to comment.