This commit is contained in:
Karl Seguin
2026-05-31 18:50:43 +08:00
parent 7e0cc672be
commit 5181cf4a14

View File

@@ -527,7 +527,6 @@ fn hasForbiddenChar(s: []const u8) bool {
return false;
}
pub const JsApi = struct {
pub const bridge = js.Bridge(CookieStore);