We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b776cf1 commit b764a7aCopy full SHA for b764a7a
src/cdp/domains/target.zig
@@ -71,8 +71,8 @@ fn getTargets(cmd: anytype) !void {
71
.targetInfos = [_]TargetInfo{.{
72
.targetId = target_id,
73
.type = "page",
74
- .title = "",
75
- .url = "",
+ .title = bc.getTitle() orelse "about:blank",
+ .url = bc.getURL() orelse "about:blank",
76
.attached = true,
77
.canAccessOpener = false,
78
}},
0 commit comments