diff --git a/doc/api/http2.md b/doc/api/http2.md index 10924c4f52e93d..4199f857f31087 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -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} @@ -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}