mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 08:48:58 +00:00
add <base> in the DOM tree
This commit is contained in:
@@ -136,7 +136,7 @@ fn run(alloc: Allocator) !void {
|
||||
if (opts.dump) {
|
||||
try page.dump(.{
|
||||
.exclude_scripts = opts.noscript,
|
||||
.include_base = if (opts.withbase) page.url.raw else null,
|
||||
.with_base = opts.withbase,
|
||||
}, std.io.getStdOut());
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user