Skip to main content
Version: 3.33.2

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.