Skip to content

Commit db3a2d6

Browse files
committed
add fetch to cdp domain
1 parent ddf3039 commit db3a2d6

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
@@ -406,6 +406,7 @@ pub fn requestAuthRequired(arena: Allocator, bc: anytype, intercept: *const Noti
406406
.script => "Script",
407407
.xhr => "XHR",
408408
.document => "Document",
409+
.fetch => "Fetch",
409410
},
410411
.authChallenge = .{
411412
.source = if (challenge.source == .server) "Server" else "Proxy",

0 commit comments

Comments
 (0)