Add Session.fetchWait so that 'fetch' mode will follow navigation

This commit is contained in:
Karl Seguin
2025-09-30 13:36:05 +08:00
parent 20cb6cdd8b
commit 2b84712eee
2 changed files with 52 additions and 25 deletions

View File

@@ -176,7 +176,7 @@ fn run(alloc: Allocator) !void {
},
};
_ = session.wait(5000); // 5 seconds
_ = session.fetchWait(5000); // 5 seconds
// dump
if (opts.dump) {