Procházet zdrojové kódy

higher timeout value for iframe responses handlers

Gildas před 7 roky
rodič
revize
101302d6f5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/single-file/frame-tree.js

+ 1 - 1
lib/single-file/frame-tree.js

@@ -27,7 +27,7 @@ this.frameTree = this.frameTree || (() => {
 	const INIT_REQUEST_MESSAGE = "initRequest";
 	const INIT_RESPONSE_MESSAGE = "initResponse";
 	const TARGET_ORIGIN = "*";
-	const TIMEOUT_INIT_REQUEST_MESSAGE = 500;
+	const TIMEOUT_INIT_REQUEST_MESSAGE = 750;
 	const PREFIX_VALID_FRAME_URL = /^https?:\/\//;
 	const TOP_WINDOW_ID = "0";
 	const WINDOW_ID_SEPARATOR = ".";