methodbuffer.Blob.sliceslice(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 startThe starting index.@param endThe ending index.@param typeThe content-type for the new Blob
Creates and returns a new Blob containing a subset of this Blob objects data. The original Blob is not altered.