mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Add contextID in state
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -178,6 +178,8 @@ fn createBrowserContext(
|
||||
};
|
||||
const msg = try getMsg(alloc, Params, scanner);
|
||||
|
||||
ctx.state.contextID = ContextID;
|
||||
|
||||
// output
|
||||
const Resp = struct {
|
||||
browserContextId: []const u8 = ContextID,
|
||||
|
||||
Reference in New Issue
Block a user