mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 16:28:58 +00:00
Merge pull request #278 from lightpanda-io/cdp_full_async
Cdp full async
This commit is contained in:
@@ -226,8 +226,7 @@ pub fn sendEvent(
|
||||
const resp = Resp{ .method = name, .params = params, .sessionId = sessionID };
|
||||
|
||||
const event_msg = try stringify(alloc, resp);
|
||||
defer alloc.free(event_msg);
|
||||
try server.sendSync(ctx, event_msg);
|
||||
try server.sendAsync(ctx, event_msg);
|
||||
}
|
||||
|
||||
fn getParams(
|
||||
|
||||
Reference in New Issue
Block a user