Skip to content

Commit 1fbbe3e

Browse files
authored
FF110Relnote: ReadableStream async iteration (#24370)
1 parent 95a6568 commit 1fbbe3e

File tree

1 file changed

+2
-0
lines changed
  • files/en-us/mozilla/firefox/releases/110

1 file changed

+2
-0
lines changed

files/en-us/mozilla/firefox/releases/110/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ This article provides information about the changes in Firefox 110 that will aff
5353
- The `midi` permission of the [Permission API](/en-US/docs/Web/API/Permissions_API) is now supported.
5454
This allows the permission status for using the [Web MIDI API](/en-US/docs/Web/API/Web_MIDI_API) to be queried using [`navigator.permissions.query()`](/en-US/docs/Web/API/Permissions/query) ({{bug(1772166)}}).
5555

56+
- {{domxref("ReadableStream")}} now supports [asynchronous iteration over the chunks in a stream](/en-US/docs/Web/API/ReadableStream#async_iteration) using the `for await...of` syntax ({{bug(1734244)}}).
57+
5658
#### DOM
5759

5860
#### Media, WebRTC, and Web Audio

0 commit comments

Comments
 (0)