From 681249322618bd88c44d9c458b038e5b7d2959a8 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 13 Feb 2023 10:11:11 +1100 Subject: [PATCH] FF110Relnote: ReadableStream async iteration --- files/en-us/mozilla/firefox/releases/110/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/110/index.md b/files/en-us/mozilla/firefox/releases/110/index.md index b390187c30abfdd..fbd96401457a7e2 100644 --- a/files/en-us/mozilla/firefox/releases/110/index.md +++ b/files/en-us/mozilla/firefox/releases/110/index.md @@ -53,6 +53,8 @@ This article provides information about the changes in Firefox 110 that will aff - The `midi` permission of the [Permission API](/en-US/docs/Web/API/Permissions_API) is now supported. 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)}}). +- {{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)}}). + #### DOM #### Media, WebRTC, and Web Audio