|
|
@@ -173,7 +173,7 @@ this.singlefile.lib.frameTree.content.frames = this.singlefile.lib.frameTree.con
|
|
|
try {
|
|
|
sendMessage(frameElement.contentWindow, { method: INIT_REQUEST_MESSAGE, windowId, sessionId, options });
|
|
|
} catch (error) {
|
|
|
- /* ignored */
|
|
|
+ // ignored
|
|
|
}
|
|
|
setTimeout(() => sendInitResponse({ frames: [{ windowId, processed: true }], sessionId }), TIMEOUT_INIT_REQUEST_MESSAGE);
|
|
|
});
|
|
|
@@ -213,7 +213,7 @@ this.singlefile.lib.frameTree.content.frames = this.singlefile.lib.frameTree.con
|
|
|
try {
|
|
|
sendMessage(frameElement.contentWindow, { method: CLEANUP_REQUEST_MESSAGE, windowId, sessionId });
|
|
|
} catch (error) {
|
|
|
- /* ignored */
|
|
|
+ // ignored
|
|
|
}
|
|
|
});
|
|
|
frameElements.forEach((frameElement, frameIndex) => {
|