mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
Add HTMLSlotElement, PerformanceObserver and Script get/set type
This commit is contained in:
@@ -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"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user