Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add Uint8Array to end and write
  • Loading branch information
rexagod committed May 2, 2020
commit c5533fe87245bcb0fc81751c29a3fc228fb83da5
4 changes: 2 additions & 2 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,7 @@ changes:
description: This method now returns a reference to `ServerResponse`.
-->

* `data` {string|Buffer}
* `data` {string|Buffer|Uint8Array}
Comment thread
BridgeAR marked this conversation as resolved.
* `encoding` {string}
* `callback` {Function}
* Returns: {this}
Expand Down Expand Up @@ -3396,7 +3396,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