/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
project-client-server-apps
/
...
/
node_modules
/
minipass
/
..
LICENSE
update project
год назад
README.md
update project
год назад
index.d.ts
update project
год назад
index.js
update project
год назад
package.json
update project
год назад
minipass
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