We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69efb9 commit 85bf866Copy full SHA for 85bf866
src/browser/page.zig
@@ -175,6 +175,9 @@ pub const Page = struct {
175
self.http_client.abort();
176
self.script_manager.reset();
177
178
+ parser.deinit();
179
+ parser.init();
180
+
181
self.load_state = .parsing;
182
self.mode = .{ .pre = {} };
183
_ = self.session.browser.page_arena.reset(.{ .retain_with_limit = 1 * 1024 * 1024 });
0 commit comments