|
|
@@ -469,9 +469,10 @@ this.SingleFileCore = (() => {
|
|
|
options.url = frameData.baseURI;
|
|
|
options.windowId = frameWindowId;
|
|
|
if (frameData.content) {
|
|
|
+ options.content = frameData.content;
|
|
|
frameData.processor = new PageProcessor(options);
|
|
|
frameData.frameElement = frameElement;
|
|
|
- await frameData.processor.loadPage(frameData.content);
|
|
|
+ await frameData.processor.loadPage();
|
|
|
return frameData.processor.initialize();
|
|
|
}
|
|
|
} else {
|