Change loader id on navigation

This appears to be what chrome is doing. I don't know why we weren't before.
This commit is contained in:
Karl Seguin
2025-09-02 21:05:22 +08:00
parent 2ac9b2088a
commit e237e709b6
2 changed files with 1 additions and 5 deletions

View File

@@ -103,7 +103,6 @@ pub fn CDPT(comptime TypeProvider: type) type {
pub fn handleMessage(self: *Self, msg: []const u8) bool {
// if there's an error, it's already been logged
self.processMessage(msg) catch return false;
// self.pageWait();
return true;
}