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

Remove api.File.type from BCD #21918

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

queengooborg
Copy link
Collaborator

This PR removes the type member of the File API from BCD. This is duplicate data since the type property is defined on Blob which File inherits from.

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/File/type

Additional Notes: Fixes #21855.

This PR removes the `type` member of the `File` API from BCD. This is duplicate data since the `type` property is defined on `Blob` which `File` inherits from.

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/File/type

Additional Notes: Fixes mdn#21855.
@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 12, 2024
Copy link
Member

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
This will allow us to remove the associated MDN page.

@teoli2003 teoli2003 merged commit 75fa670 into mdn:main Jan 12, 2024
5 checks passed
@queengooborg queengooborg deleted the api/File/type/removal branch January 12, 2024 13:10
@queengooborg
Copy link
Collaborator Author

Oh actually the page is already removed! https://developer.mozilla.org/docs/Web/API/File/type redirects to https://developer.mozilla.org/docs/Web/API/Blob/type!

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 this pull request may close these issues.

api.File.type - duplicated data between api.File.type and api.Blob.type
2 participants