Blob.slice - Web documentation
method Blob.slice
Blob.slice(
start?: number,
end?: number,
contentType?: string,
): Blob

Parameters

optional
start: number
optional
end: number
optional
contentType: string

Return Type