BlobOptions
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/buffer.d.ts:128
Properties
Section titled “Properties”endings?
Section titled “endings?”optional endings: "transparent" | "native";
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/buffer.d.ts:133
One of either 'transparent'
or 'native'
. When set to 'native'
, line endings in string source parts
will be converted to the platform native line-ending as specified by import { EOL } from 'node:os'
.
optional type: string;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/buffer.d.ts:139
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.