jszip icon indicating copy to clipboard operation
jszip copied to clipboard

extract blob with mime type

Open tattdogg opened this issue 9 months ago • 0 comments

Now:

const blob = await file.async('blob') // blob.type returns empty string

Would be nice to have:

const blob = await file.async('blob', 'application/octet-stream')

or even a separate func - file.asBlob('application/octet-stream')

tattdogg avatar Apr 22 '25 21:04 tattdogg