mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
cdp: return provided browser context id if any
This commit is contained in:
@@ -301,7 +301,7 @@ fn createTarget(
|
||||
.targetId = ctx.state.frameID,
|
||||
.title = "",
|
||||
.url = ctx.state.url,
|
||||
.browserContextId = ContextID,
|
||||
.browserContextId = msg.params.?.browserContextId orelse ContextID,
|
||||
},
|
||||
.waitingForDebugger = true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user