This commit is contained in:
Karl Seguin
2026-03-16 07:36:14 +08:00
parent 1ec3e156fb
commit 323ec0046c
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ fn deleteCookies(cmd: anytype) !void {
// This allows Puppeteer's page.setCookie() to work, which sends deleteCookies
// with partitionKey as part of its cookie-setting workflow.
if (params.partitionKey != null) {
log.warn(.not_implemented, "partition key", .{.src = "deleteCookies"});
log.warn(.not_implemented, "partition key", .{ .src = "deleteCookies" });
}
const bc = cmd.browser_context orelse return error.BrowserContextNotLoaded;