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
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?
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
forDWG
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 theBlob
API, thetype
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 theBlob
API.What did you expect to see?
I expected to see the correct MIME type (
image/vnd.dwg
) populated in thetype
property of aBlob
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 theBlob
API, including whether there are any known issues or limitations with usingimage/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
en-us/web/api/blob/type
The text was updated successfully, but these errors were encountered: