mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
Switch XHR to new http client
get puppeteer/cdp.js working again make test are all passing
This commit is contained in:
@@ -81,13 +81,13 @@ pub const Notification = struct {
|
||||
|
||||
pub const PageNavigate = struct {
|
||||
timestamp: u32,
|
||||
url: *const URL,
|
||||
url: []const u8,
|
||||
opts: page.NavigateOpts,
|
||||
};
|
||||
|
||||
pub const PageNavigated = struct {
|
||||
timestamp: u32,
|
||||
url: *const URL,
|
||||
url: []const u8,
|
||||
};
|
||||
|
||||
pub const RequestStart = struct {
|
||||
|
||||
Reference in New Issue
Block a user