We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
end
write
1 parent c6a8cd0 commit 5b42d81Copy full SHA for 5b42d81
doc/api/http2.md
@@ -3114,7 +3114,7 @@ changes:
3114
description: This method now returns a reference to `ServerResponse`.
3115
-->
3116
3117
-* `data` {string|Buffer}
+* `data` {string|Buffer|Uint8Array}
3118
* `encoding` {string}
3119
* `callback` {Function}
3120
* Returns: {this}
@@ -3396,7 +3396,7 @@ does not indicate whether the data has been flushed, for this use
3396
added: v8.4.0
3397
3398
3399
-* `chunk` {string|Buffer}
+* `chunk` {string|Buffer|Uint8Array}
3400
3401
3402
* Returns: {boolean}
0 commit comments