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?