/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
source_code
/
...
/
node_modules
/
minipass
/
..
LICENSE
source code
2 года назад
README.md
source code
2 года назад
index.d.ts
source code
2 года назад
index.js
source code
2 года назад
index.mjs
source code
2 года назад
package.json
source code
2 года назад
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