Skip to content

Compressing a blob results in a 0 length file #54

@fibericon

Description

@fibericon

For example:

var zip = new JSZip();
zip.file("recording.wav", blobFile);
var content = zip.generate();

This will generate a valid zip file, but recording.wav will be 0 length.

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