stream throttler:NodeJS直通流以指定的bps限制流 源码
Throttler类扩展了Nodejs PassThrough流。 这非常相似,但是允许您指定bps “每秒字节数”选项,从而将数据限制为该速率。 您可以仅使用一个bps Number进行调用,并获取其余的默认选项。 这应该更常见: 您可以将指定了bps值的options对象与其他选项一起传递: const t = new Throttler ( { bps : 16 * 1024 * 1024 } ) ;
文件列表
stream-throttler-main.zip
(预估有个11文件)
stream-throttler-main
.gitignore
13B
package.json
584B
src
index.ts
1002B
types.ts
209B
dist
types.js
77B
types.d.ts
146B
index.js
2KB
暂无评论