migrate to htmlRunne (plus zig fmt)

This commit is contained in:
Karl Seguin
2025-09-05 13:52:08 +08:00
parent 5087b8004a
commit dd22c55d23
14 changed files with 330 additions and 362 deletions

View File

@@ -117,9 +117,7 @@ pub fn CDPT(comptime TypeProvider: type) type {
// scheduled task. So we run this directly in order to process any
// timeouts (or http events) which are ready to be processed.
pub fn hasPage() bool {
}
pub fn hasPage() bool {}
pub fn pageWait(self: *Self, ms: i32) Session.WaitResult {
const session = &(self.browser.session orelse return .no_page);
return session.wait(ms);