{
 "compat_features": [
  "api.ReadableStream.from_static"
 ],
 "description": "The ReadableStream.from() static method converts an iterable or async iterable object, such as an array or async generator function, into a readable stream.",
 "description_html": "The <code>ReadableStream.from()</code> static method converts an iterable or async iterable object, such as an array or async generator function, into a readable stream.",
 "group": [
  "streams"
 ],
 "kind": "feature",
 "name": "ReadableStream.from()",
 "spec": [
  "https://streams.spec.whatwg.org/#rs-from"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "api.ReadableStream.from_static": {
    "baseline": false,
    "support": {
     "firefox": "117",
     "firefox_android": "117"
    }
   }
  },
  "support": {
   "firefox": "117",
   "firefox_android": "117"
  }
 },
 "id": "readablestream-from",
 "groups": [
  "streams"
 ],
 "specs": [
  {
   "url": "https://streams.spec.whatwg.org/#rs-from",
   "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-from"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/API/ReadableStream/from_static",
   "title": "ReadableStream: from() static method",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/API/ReadableStream/from_static"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:readablestream-from"
 },
 "developerSignals": {
  "url": "https://github.com/web-platform-dx/developer-signals/issues/209",
  "votes": 4
 },
 "bugs": {},
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}