Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stream: avoid possible slow path w UInt8Array
A chunk validity checks verifie if a chunk is a UInt8Array. We should defer it as it might be very expensive in older Node.js platforms.
- Loading branch information