mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
SemanticTree: add pruning support and move logic to walk
This commit is contained in:
@@ -134,6 +134,7 @@ const ToolStreamingText = struct {
|
||||
.registry = self.registry.?,
|
||||
.page = self.page,
|
||||
.arena = self.arena.?,
|
||||
.prune = true,
|
||||
};
|
||||
|
||||
st.textStringify(w) catch |err| {
|
||||
|
||||
Reference in New Issue
Block a user