chao faf16d266e update il y a 6 mois
..
src faf16d266e update il y a 6 mois
.npmignore faf16d266e update il y a 6 mois
CHANGELOG.json faf16d266e update il y a 6 mois
CHANGELOG.md faf16d266e update il y a 6 mois
LICENSE faf16d266e update il y a 6 mois
README.md faf16d266e update il y a 6 mois
jest.config.js faf16d266e update il y a 6 mois
package.json faf16d266e update il y a 6 mois
tsconfig.build.json faf16d266e update il y a 6 mois
tsconfig.json faf16d266e update il y a 6 mois
tsconfig.test.json faf16d266e update il y a 6 mois

README.md

@yume-chan/stream-extra

Some useful extensions for Web Streams API.

Currently it's using web-streams-polyfill because it's hard to load native implementations from both browsers and Node.js. (An experimental implementation using Top Level Await is available in native.ts, but not exported).

BufferedReadableStream

Allowing reading specified amount of data by buffering incoming data.

It's not a Web Stream API ReadableStream, because ReadableStream doesn't allow hinting the desired read size (except using BYOB readable, but causes extra allocations for small reads).