Interface BlobOptionsExperimental

interface BlobOptions {
    encoding?: BufferEncoding;
    type?: string;
}

Properties

Properties

encoding?: BufferEncoding

Default

'utf8'
type?: string

The Blob content-type. The intent is for type to convey the MIME media type of the data, however no validation of the type format is performed.

Generated using TypeDoc