window.screen

This commit is contained in:
Karl Seguin
2025-11-25 15:58:34 +08:00
parent 35a728e69f
commit 6d6f1340af
4 changed files with 91 additions and 0 deletions

View File

@@ -573,4 +573,5 @@ pub const JsApis = flattenTypes(&.{
@import("../webapi/ResizeObserver.zig"),
@import("../webapi/Blob.zig"),
@import("../webapi/File.zig"),
@import("../webapi/Screen.zig"),
});