mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
get: dump the HTML
This commit is contained in:
@@ -56,4 +56,5 @@ pub fn main() !void {
|
||||
var page = try browser.currentSession().createPage();
|
||||
defer page.end();
|
||||
try page.navigate(url);
|
||||
try page.dump(std.io.getStdOut());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user