Skip to content

Is loading from memory supported? #81

@MarkReedZ

Description

@MarkReedZ

I read an epub from local storage and passed a file object in. The default reader shows the contents of the book and you can navigate around, but the pages are blank.

            const file = new File([data], 'book.epub', { type: 'application/epub+zip' });
            reader.open(file)

Is there a proper way to do this?

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