mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-28 22:53:28 +00:00 
			
		
		
		
	cdp: browserContextId is optional in Target.createTarget
https://chromedevtools.github.io/devtools-protocol/tot/Target/#method-createTarget
This commit is contained in:
		| @@ -278,7 +278,7 @@ fn createTarget( | ||||
|         url: []const u8, | ||||
|         width: ?u64 = null, | ||||
|         height: ?u64 = null, | ||||
|         browserContextId: []const u8, | ||||
|         browserContextId: ?[]const u8 = null, | ||||
|         enableBeginFrameControl: bool = false, | ||||
|         newWindow: bool = false, | ||||
|         background: bool = false, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre Tachoire
					Pierre Tachoire