Skip to main content

getChunkDataFromFile

Package​

Installation​

npm install @rpldy/chunked-sender

Details​

type getChunkDataFromFile = (file: FileLike, start: number, end: number) => Blob | undefined

Slices a File into a blob starting from byte start and ending in byte end