Add HTMLSlotElement, PerformanceObserver and Script get/set type

This commit is contained in:
Karl Seguin
2025-11-25 19:50:53 +08:00
parent 6d6f1340af
commit be0a808f01
12 changed files with 1192 additions and 30 deletions

View File

@@ -538,6 +538,7 @@ pub const JsApis = flattenTypes(&.{
@import("../webapi/element/html/Paragraph.zig"),
@import("../webapi/element/html/Script.zig"),
@import("../webapi/element/html/Select.zig"),
@import("../webapi/element/html/Slot.zig"),
@import("../webapi/element/html/Style.zig"),
@import("../webapi/element/html/Template.zig"),
@import("../webapi/element/html/TextArea.zig"),
@@ -574,4 +575,5 @@ pub const JsApis = flattenTypes(&.{
@import("../webapi/Blob.zig"),
@import("../webapi/File.zig"),
@import("../webapi/Screen.zig"),
@import("../webapi/PerformanceObserver.zig"),
});