mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
4ba7370650
When using BYOB streams, it's possible for the constructor in readableByteStreamControllerConvertPullIntoDescriptor to be a node Buffer. If it is, use `Buffer.from` over `new ctor`. Fixes https://github.com/nodejs/node/issues/49245 PR-URL: https://github.com/nodejs/node/pull/49250 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> |
||
---|---|---|
.. | ||
adapters.js | ||
compression.js | ||
encoding.js | ||
queuingstrategies.js | ||
readablestream.js | ||
transfer.js | ||
transformstream.js | ||
util.js | ||
writablestream.js |