We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3054d6 commit 8ba911cCopy full SHA for 8ba911c
src/cdp/target.zig
@@ -301,7 +301,7 @@ fn createTarget(
301
.targetId = ctx.state.frameID,
302
.title = "",
303
.url = ctx.state.url,
304
- .browserContextId = ContextID,
+ .browserContextId = msg.params.?.browserContextId orelse ContextID,
305
},
306
.waitingForDebugger = true,
307
};
0 commit comments