get fetch campire working

This commit is contained in:
Karl Seguin
2025-10-28 11:24:29 +08:00
parent b047cb6dc1
commit cdd31353c5
15 changed files with 142 additions and 46 deletions

View File

@@ -311,7 +311,6 @@ fn generateConstructor(comptime JsApi: type, isolate: v8.Isolate) v8.FunctionTem
return template;
}
// ZIGDOM (HTMLAllCollection I think)
// fn generateUndetectable(comptime Struct: type, template: v8.ObjectTemplate) void {
// const has_js_call_as_function = @hasDecl(Struct, "jsCallAsFunction");