Blob.type
The type
read-only property of the Blob
interface returns the MIME type of the Blob
.
Value
A string indicating the MIME type of the Blob
. If the type cannot be determined, this returns an empty string.
The type
read-only property of the Blob
interface returns the MIME type of the Blob
.
A string indicating the MIME type of the Blob
. If the type cannot be determined, this returns an empty string.