Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.ReadableStream.from_static - nodejs/deno versions #21152

Closed
jcbhmr opened this issue Nov 3, 2023 · 1 comment · Fixed by #21153
Closed

api.ReadableStream.from_static - nodejs/deno versions #21152

jcbhmr opened this issue Nov 3, 2023 · 1 comment · Fixed by #21153
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@jcbhmr
Copy link

jcbhmr commented 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 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?

https://nodejs.org/api/webstreams.html#readablestreamfromiterable

Added in: v20.6.0

nodejs/node#48395


https://github.com/denoland/deno/releases/tag/v1.35.0#:~:text=feat%3A-,ReadableStream.from,-(%2319446)

v1.35.0

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
  • Query: api.ReadableStream.from_static
  • Report started: 2023-11-03T00:26:24.710Z
@hamishwillee
Copy link
Collaborator

Thanks very much!. This should be fixed by #21153

Note, you're welcome to create your own PRs for these kind of fixes.

@hamishwillee hamishwillee changed the title api.ReadableStream.from_static - <SUMMARIZE THE PROBLEM> api.ReadableStream.from_static - nodejs/deno versions Nov 3, 2023
@queengooborg queengooborg added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API and removed needs triage 🔎 labels Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants