BlobOptions.type - Node documentation
property BlobOptions.type

Usage in Deno

import { type BlobOptions } from "node:buffer";

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.

Type

string | undefined