Explorar o código

removed obsolete code

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
531ba67526
Modificáronse 1 ficheiros con 0 adicións e 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 });