Skip to content

Commit 504026f

Browse files
committed
add fetch to cdp domain
1 parent af1e54a commit 504026f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdp/domains/fetch.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ pub fn requestAuthRequired(arena: Allocator, bc: anytype, intercept: *const Noti
425425
.script => "Script",
426426
.xhr => "XHR",
427427
.document => "Document",
428+
.fetch => "Fetch",
428429
},
429430
.authChallenge = .{
430431
.source = if (challenge.source == .server) "Server" else "Proxy",

0 commit comments

Comments
 (0)