deno.com
method Blob.slice
#Blob.slice(
start?: number,
end?: number,
contentType?: string,
): Blob

Parameters #

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

Return Type #