Skip to content

Commit

Permalink
FF110 ReadableStream is Async Iterable (#18824)
Browse files Browse the repository at this point in the history
* FF110 ReadableStream is Async Iterable

* Update api/ReadableStream.json
  • Loading branch information
hamishwillee authored Feb 7, 2023
1 parent 123a900 commit 05c226d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions api/ReadableStream.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,46 @@
}
}
},
"async_iterable": {
"__compat": {
"description": "Async iterable (<code>@@asyncIterator</code>)</code>",
"spec_url": "https://streams.spec.whatwg.org/#rs-asynciterator",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "110"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"cancel": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel",
Expand Down

0 comments on commit 05c226d

Please sign in to comment.