The type of the blob as a string.
The type is an empty string if the it is unknown.
type
let blob = new Blob(['Hello, world!'], {type: 'text/plain'}) blob.type
"text/plain"