You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/mozilla/firefox/releases/110/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ This article provides information about the changes in Firefox 110 that will aff
53
53
- The `midi` permission of the [Permission API](/en-US/docs/Web/API/Permissions_API) is now supported.
54
54
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)}}).
55
55
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)}}).
0 commit comments