/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
project-client-server-apps
/
node_modules
/
minipass
/
..
dist
initial commit
год назад
LICENSE
initial commit
год назад
README.md
initial commit
год назад
package.json
initial commit
год назад
minipass
Usage in TypeScript
Differences from Node.js Streams
Timing
Exception: Async Opt-In
No High/Low Water Marks
Hazards of Buffering (or: Why Minipass Is So Fast)
Immediately emit `end` for empty streams (when not paused)
Emit `end` When Asked
Emit `error` When Asked
Impact of "immediate flow" on Tee-streams
USAGE
OPTIONS
API
Methods
Properties
Events
Static Methods
EXAMPLES
simple "are you done yet" promise
collecting
collecting into a single blob
iteration
subclass that `console.log()`s everything written into it
same thing, but using an inline anonymous class
subclass that defers 'end' for some reason
transform that creates newline-delimited JSON
transform that parses newline-delimited JSON
README.md