|
|
@@ -1526,7 +1526,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
|
|
|
maxResourceSize: options.maxResourceSize,
|
|
|
maxResourceSizeEnabled: options.maxResourceSizeEnabled,
|
|
|
validateTextContentType: true,
|
|
|
- frameId: options.windowId
|
|
|
+ frameId: options.frameId
|
|
|
});
|
|
|
resourceURL = content.resourceURL;
|
|
|
content.data = getUpdatedResourceContent(resourceURL, content, options);
|
|
|
@@ -1596,7 +1596,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
|
|
|
maxResourceSize: options.maxResourceSize,
|
|
|
maxResourceSizeEnabled: options.maxResourceSizeEnabled,
|
|
|
charset: options.charset,
|
|
|
- frameId: options.windowId,
|
|
|
+ frameId: options.frameId,
|
|
|
validateTextContentType: true
|
|
|
});
|
|
|
resourceURL = content.resourceURL;
|