Interface OpenAsBlobOptions

interface OpenAsBlobOptions {
    type?: string;
}

Properties

Properties

type?: string

An optional mime type for the blob.

Default

'undefined'

Generated using TypeDoc