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
While using Writable stream to write Uint8Array on command line(process.stdout) using write method of Writable stream throws runtime error stating "Invalid data, chunk must be a string or buffer, not object". But the write method document suggests that it supports Uint8Array. Although the error message went away when switched to any data type rather than Writable.
The text was updated successfully, but these errors were encountered:
While using Writable stream to
write
Uint8Array on command line(process.stdout) using write method ofWritable
stream throws runtime error stating "Invalid data, chunk must be a string or buffer, not object". But the write method document suggests that it supports Uint8Array. Although the error message went away when switched toany
data type rather thanWritable
.The text was updated successfully, but these errors were encountered: