Impressive streaming speeds without buffering
Никита Абрамов (Редактор отдела «Россия»)
The new API has complete parallel sync versions: Stream.pullSync(), Stream.bytesSync(), Stream.textSync(), and so on. If your source and transforms are all synchronous, you can process the entire pipeline without a single promise.,详情可参考91视频
Мерц резко сменил риторику во время встречи в Китае09:25
。业内人士推荐safew官方版本下载作为进阶阅读
The design of Web streams predates async iteration in JavaScript. The for await...of syntax didn't land until ES2018, two years after the Streams Standard was initially finalized. This timing meant the API couldn't initially leverage what would eventually become the idiomatic way to consume asynchronous sequences in JavaScript. Instead, the spec introduced its own reader/writer acquisition model, and that decision rippled through every aspect of the API.
UPDATE: Solutions can be read here,推荐阅读51吃瓜获取更多信息