mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
Handle sessionId in result
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -32,7 +32,7 @@ fn setEmulatedMedia(
|
||||
_: *std.json.Scanner,
|
||||
_: *Ctx,
|
||||
) ![]const u8 {
|
||||
return result(alloc, id, null, null);
|
||||
return result(alloc, id, null, null, null);
|
||||
}
|
||||
|
||||
fn setFocusEmulationEnabled(
|
||||
@@ -41,5 +41,5 @@ fn setFocusEmulationEnabled(
|
||||
_: *std.json.Scanner,
|
||||
_: *Ctx,
|
||||
) ![]const u8 {
|
||||
return result(alloc, id, null, null);
|
||||
return result(alloc, id, null, null, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user