summaryrefslogtreecommitdiffhomepage
path: root/test/node/write_array (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-26Node.js: response body chunk can now be a Uint8Array.Andrei Zeliankou1-0/+4
Starting from Node.js 15.0.0 the chunk parameter of the response.write() can be a Uint8Array. This closes #870 issue on GitHub.