Skip to content

EPUB files throw errors with stylesheets referenced in the <head> #71

@codedread

Description

@codedread

The function inflateSpine_() has the following line inside the XhmltPage inflater function:

        cdoc.head.innerHTML = new XMLSerializer().serializeToString(curHead);

which seems to throw an error during inflation (when the reader tries to render the page) because old BlobURLs are present.

Can we remove blobURLs from the DOM when the page is shifted out of the iframe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions