Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-26 | Node.js: response body chunk can now be a Uint8Array. | Andrei Zeliankou | 1 | -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. |