forked from gitter-badger/kthoom
-
Notifications
You must be signed in to change notification settings - Fork 25
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?