Explorar el Código

removed obsolete code

Gildas hace 7 años
padre
commit
531ba67526
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/single-file/frame-tree.js

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

@@ -48,7 +48,6 @@ this.frameTree = this.frameTree || (() => {
 		get: async options => {
 			const sessionId = options.sessionId;
 			options = JSON.parse(JSON.stringify(options));
-			options.win = null;
 			return new Promise(resolve => {
 				sessions.set(sessionId, { frames: [], resolve });
 				initRequest({ windowId: "0", sessionId, options });