Navigation Menu

Skip to content

Commit

Permalink
doc: add Uint8Array to end and write
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rexagod authored and codebytere committed Jun 7, 2020
1 parent 4a58420 commit 8b44be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http2.md
Expand Up @@ -3099,7 +3099,7 @@ changes:
description: This method now returns a reference to `ServerResponse`.
-->

* `data` {string|Buffer}
* `data` {string|Buffer|Uint8Array}
* `encoding` {string}
* `callback` {Function}
* Returns: {this}
Expand Down Expand Up @@ -3379,7 +3379,7 @@ does not indicate whether the data has been flushed, for this use
added: v8.4.0
-->

* `chunk` {string|Buffer}
* `chunk` {string|Buffer|Uint8Array}
* `encoding` {string}
* `callback` {Function}
* Returns: {boolean}
Expand Down

0 comments on commit 8b44be9

Please sign in to comment.