Parcourir la source

removed obsolete code

Gildas il y a 7 ans
Parent
commit
531ba67526
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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 });