sindresorhus / file-type

Detect the file type of a file, stream, or data
MIT License
3.64k stars 345 forks source link

Add detecting Web Stream support #636

Closed Borewit closed 1 month ago

Borewit commented 2 months ago

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.

Borewit commented 1 month ago

Implemented in #635