Now: ```js const blob = await file.async('blob') // blob.type returns empty string ``` Would be nice to have: ```js const blob = await file.async('blob', 'application/octet-stream') ``` or even a separate func - `file.asBlob('application/octet-stream')`