This commit is contained in:
Karl Seguin
2025-12-11 11:48:09 +08:00
parent 86ae004825
commit b25e46de2e
6 changed files with 7 additions and 8 deletions

View File

@@ -102,7 +102,6 @@ fn normalizeHeaderName(name: []const u8, page: *Page) []const u8 {
return std.ascii.lowerString(&page.buf, name);
}
pub const JsApi = struct {
pub const bridge = js.Bridge(Headers);