简体   繁体   中英

How do you create a node.js style Readable Stream in a browser using native JS?

You can read a Readable Stream that is produced by a browserified lib. You can also create a Readable Stream using a lib like highland.js .

Is there then a way to create Node.js style Readable Streams in a browser that doesnt rely on an external lib?

目前还没有,尽管您可能想遵循目前的Streams标准

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM