17 December 2025ShareSave
Radio 4,·24 Feb 2026,·27 mins
,推荐阅读服务器推荐获取更多信息
Examples: The samples directory has working code for common patterns
In JavaScript, the natural primitive for "a sequence of things that arrive over time" is already in the language: the async iterable. You consume it with for await...of. You stop consuming by stopping iteration.