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
PR #635 introduces support for Web Stream, and moves remaining native Node Readable streams to the Node.js specific entry point index.js. As the fileTypeStream is based on the the native Node Readable stream, that function is no longer available in core.
In addition to the Node.js specific native Node Readable detecting stream, build a Web detecting stream.
The text was updated successfully, but these errors were encountered:
PR #635 introduces support for Web Stream, and moves remaining native Node Readable streams to the Node.js specific entry point
index.js
. As thefileTypeStream
is based on the the native Node Readable stream, that function is no longer available in core.In addition to the Node.js specific native Node Readable detecting stream, build a Web detecting stream.
The text was updated successfully, but these errors were encountered: