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

Support of "File" API in Node.js is missing in "Browser compatibility" section #22786

Open
ZuBB opened this issue Apr 6, 2024 · 1 comment
Open
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@ZuBB
Copy link

ZuBB commented Apr 6, 2024

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?

It looks like File API is supported in Node.js. Would be nice to reflect that in the compatibility table

What browsers does this problem apply to, if applicable?

Node.js

What did you expect to see?

A new column in the table in that section that contains data about File support in Node

Did you test this? If so, how?

I come up with next, but not sure if its OK

vv@my-precious ~/work/freelance/semantix-sphere/source-code $ node -e 'console.log(typeof File)'
function
vv@my-precious ~/work/freelance/semantix-sphere/source-code $ 

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

nodejs/node#47153

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/File

MDN metadata

MDN page report details
  • Query: api.File
  • Report started: 2024-04-06T16:57:24.776Z
@queengooborg queengooborg added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Apr 7, 2024
@Josh-Cena
Copy link
Member

@queengooborg This should be data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

@queengooborg queengooborg added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API and removed data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript labels Jun 8, 2024
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

No branches or pull requests

3 participants