{
 "compat_features": [
  "api.ReadableStream.@@asyncIterator",
  "api.ReadableStream.values"
 ],
 "description": "Asynchronous iteration of a stream allows you to use for await … of loops to iterate through a stream's incoming data.",
 "description_html": "Asynchronous iteration of a stream allows you to use <code>for await … of</code> loops to iterate through a stream's incoming data.",
 "group": [
  "streams"
 ],
 "kind": "feature",
 "name": "Asynchronously iterable streams",
 "spec": [
  "https://streams.spec.whatwg.org/#rs-asynciterator"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "api.ReadableStream.@@asyncIterator": {
    "baseline": false,
    "support": {
     "chrome": "124",
     "chrome_android": "124",
     "edge": "124",
     "firefox": "110",
     "firefox_android": "110"
    }
   },
   "api.ReadableStream.values": {
    "baseline": false,
    "support": {
     "chrome": "124",
     "chrome_android": "124",
     "edge": "124",
     "firefox": "110",
     "firefox_android": "110"
    }
   }
  },
  "support": {
   "chrome": "124",
   "chrome_android": "124",
   "edge": "124",
   "firefox": "110",
   "firefox_android": "110"
  }
 },
 "id": "async-iterable-streams",
 "groups": [
  "streams"
 ],
 "specs": [
  {
   "url": "https://streams.spec.whatwg.org/#rs-asynciterator",
   "seriesComposition": "full",
   "shortname": "streams",
   "series": {
    "shortname": "streams",
    "currentSpecification": "streams",
    "title": "Streams",
    "shortTitle": "Streams",
    "nightlyUrl": "https://streams.spec.whatwg.org/"
   },
   "organization": "WHATWG",
   "groups": [
    {
     "name": "Streams Workstream",
     "url": "https://streams.spec.whatwg.org/"
    }
   ],
   "nightly": {
    "url": "https://streams.spec.whatwg.org/",
    "status": "Living Standard",
    "alternateUrls": [],
    "repository": "https://github.com/whatwg/streams",
    "sourcePath": "index.bs",
    "filename": "index.html"
   },
   "title": "Streams",
   "source": "whatwg",
   "shortTitle": "Streams",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "streams"
    ]
   },
   "fragment": "rs-asynciterator"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/JavaScript/Reference/Statements/for-await...of",
   "title": "for await...of",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/for-await...of"
  }
 ],
 "standardPositions": [
  {
   "vendor": "apple",
   "url": "https://github.com/WebKit/standards-positions/issues/319",
   "position": "support",
   "concerns": []
  }
 ],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {
  "percentageOfPageLoad": 0.00245787,
  "url": "https://chromestatus.com/metrics/webfeature/timeline/popularity/279"
 },
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:async-iterable-streams"
 },
 "developerSignals": {
  "url": "https://github.com/web-platform-dx/developer-signals/issues/191",
  "votes": 8
 },
 "bugs": {
  "chrome": [
   "https://issues.chromium.org/issues/40612900"
  ]
 },
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null,
 "blockedOn": "Safari",
 "blockedSince": "April 2024",
 "monthsBlocked": 29
}