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 for dwg mime type #36998

Open
fferrari-zen opened this issue Nov 27, 2024 · 0 comments
Open

Support for dwg mime type #36998

fferrari-zen opened this issue Nov 27, 2024 · 0 comments
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@fferrari-zen
Copy link

MDN URL

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

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

The information in the MDN documentation regarding the Blob type for DWG files seems to be incomplete or inaccurate. Specifically, the MIME type for DWG files (image/vnd.dwg) is mentioned in the standard, but when used with the Blob API, the type property for DWG files returns as empty or undefined. This discrepancy suggests that the Blob API may not be handling this MIME type correctly, even though it is supported according to the specification. The documentation does not address this issue, leaving the user without guidance on how to work with DWG files and their MIME types using the Blob API.

What did you expect to see?

I expected to see the correct MIME type (image/vnd.dwg) populated in the type property of a Blob when working with DWG files, as the MIME type is officially supported according to the relevant standards. Additionally, I hoped the MDN documentation would provide clear guidance on handling this MIME type in the Blob API, including whether there are any known issues or limitations with using image/vnd.dwg in the context of Blobs.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@fferrari-zen fferrari-zen added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Nov 27, 2024
@github-actions github-actions bot added Content:WebAPI Web API docs and removed Content:WebAPI Web API docs labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant