You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I need to call Buffer.length - Buffer.byteLength(str). It looks like not efficient.
And it makes hard to correctly convert chunks to string in TransformStream.
The text was updated successfully, but these errors were encountered:
Now I need to call
Buffer.length - Buffer.byteLength(str)
. It looks like not efficient.And it makes hard to correctly convert
chunks
to string in TransformStream.The text was updated successfully, but these errors were encountered: