Mslice
Bun

method

buffer.Blob.slice

start?: number,
end?: number,
type?: string
): Blob;

Creates and returns a new Blob containing a subset of this Blob objects data. The original Blob is not altered.

@param start

The starting index.

@param end

The ending index.

@param type

The content-type for the new Blob