Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EPUB files throw errors with stylesheets referenced in the #71

Open
Open
EPUB files throw errors with stylesheets referenced in the #71
Labels

Description

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