Skip to content

extract blob with mime type #948

@tattdogg

Description

@tattdogg

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions