mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 08:48:58 +00:00
Add Session.fetchWait so that 'fetch' mode will follow navigation
This commit is contained in:
@@ -176,7 +176,7 @@ fn run(alloc: Allocator) !void {
|
||||
},
|
||||
};
|
||||
|
||||
_ = session.wait(5000); // 5 seconds
|
||||
_ = session.fetchWait(5000); // 5 seconds
|
||||
|
||||
// dump
|
||||
if (opts.dump) {
|
||||
|
||||
Reference in New Issue
Block a user