Skip to main content
method Blob.slice
Blob.slice(
start?: number,
end?: number,
contentType?: string,
): Blob
Deprecated

Parameters

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

Return Type

Back to top