|
|
@@ -564,6 +564,8 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
const options = Object.create(this.options);
|
|
|
options.insertSingleFileComment = false;
|
|
|
options.insertFaviconLink = false;
|
|
|
+ options.doc = null;
|
|
|
+ options.win = null;
|
|
|
options.url = frameData.baseURI;
|
|
|
options.windowId = frameWindowId;
|
|
|
if (frameData.content) {
|
|
|
@@ -608,6 +610,8 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
const options = Object.create(this.options);
|
|
|
options.insertSingleFileComment = false;
|
|
|
options.insertFaviconLink = false;
|
|
|
+ options.doc = null;
|
|
|
+ options.win = null;
|
|
|
options.url = resourceURL;
|
|
|
if (resourceURL) {
|
|
|
if (resourceURL && resourceURL != this.baseURI && DomUtil.testValidPath(resourceURL)) {
|