mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
update log src for fetch (xhr -> fetch)
This commit is contained in:
@@ -99,7 +99,7 @@ fn httpHeaderDoneCallback(transfer: *Http.Transfer) !void {
|
|||||||
|
|
||||||
if (comptime IS_DEBUG) {
|
if (comptime IS_DEBUG) {
|
||||||
log.debug(.http, "request header", .{
|
log.debug(.http, "request header", .{
|
||||||
.source = "xhr",
|
.source = "fetch",
|
||||||
.url = self._url,
|
.url = self._url,
|
||||||
.status = header.status,
|
.status = header.status,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user