mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
cdp: run microtasks after send inspector
This commit is contained in:
@@ -64,6 +64,8 @@ const Browser = struct {
|
||||
const session = self.session orelse return false;
|
||||
return std.mem.eql(u8, session.id, session_id);
|
||||
}
|
||||
|
||||
pub fn runMicrotasks(_: *const Browser) void {}
|
||||
};
|
||||
|
||||
const Session = struct {
|
||||
|
||||
Reference in New Issue
Block a user