mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
http_request_fail
This commit is contained in:
@@ -103,9 +103,8 @@ pub const Notification = struct {
|
||||
};
|
||||
|
||||
pub const RequestFail = struct {
|
||||
id: usize,
|
||||
url: *const std.Uri,
|
||||
err: []const u8,
|
||||
request: *Request,
|
||||
err: anyerror,
|
||||
};
|
||||
|
||||
pub const RequestComplete = struct {
|
||||
|
||||
Reference in New Issue
Block a user