for await (const chunk of stream) { /* never runs */ }
curr = curr-next;
,详情可参考夫子
Skip 熱讀 and continue reading熱讀,更多细节参见快连下载安装
At its core, a stream is just a sequence of data that arrives over time. You don't have all of it at once. You process it incrementally as it becomes available.