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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Node.js latest and Deno latest both support ReadableStream.from() but they aren't listed on MDN
What browsers does this problem apply to, if applicable?
Node.js, Deno
What did you expect to see?
Them being listed with ✅ and a version number
Did you test this? If so, how?
jcbhmr@PIG-2016:~/Documents/deno-response-test$ node
Welcome to Node.js v21.1.0.
Type ".help"for more information.
> ReadableStream.from
[Function: from]
>
jcbhmr@PIG-2016:~/Documents/deno-response-test$ deno
Deno 1.38.0
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> ReadableStream.from
[Function: from]
>
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Note, you're welcome to create your own PRs for these kind of fixes.
hamishwillee
changed the title
api.ReadableStream.from_static - <SUMMARIZE THE PROBLEM>
api.ReadableStream.from_static - nodejs/deno versions
Nov 3, 2023
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Node.js latest and Deno latest both support
ReadableStream.from()
but they aren't listed on MDNWhat browsers does this problem apply to, if applicable?
Node.js, Deno
What did you expect to see?
Them being listed with ✅ and a version number
Did you test this? If so, how?
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://nodejs.org/api/webstreams.html#readablestreamfromiterable
nodejs/node#48395
https://github.com/denoland/deno/releases/tag/v1.35.0#:~:text=feat%3A-,ReadableStream.from,-(%2319446)
denoland/deno#19446
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/from_static
MDN metadata
MDN page report details
api.ReadableStream.from_static
The text was updated successfully, but these errors were encountered: