Asynchronously iterable streams
Limited availability
Asynchronous iteration of a stream allows you to use for await … of
loops to iterate through a stream's incoming data.
To learn more, see
for await...of at MDN.
Compatibility
- Chrome 124 Released on 2024-04-16
- Chrome Android 124 Released on 2024-04-16
- Edge 124 Released on 2024-04-18
- Firefox 110 Released on 2023-02-14
- Firefox for Android 110 Released on 2023-02-14
- Safari ❌ Search for bugs Search for standards position
- Safari on iOS ❌ Search for bugs Search for standards position
Baseline availability blocked since April 2024 by Safari (7 months)
Specifications
- Streams Standard (#rs-asynciterator), from Streams Workstream (WHATWG).