mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 08:48:58 +00:00
Implement HTMLDocument.createElement
Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ const Console = @import("jsruntime").Console;
|
||||
|
||||
const DOM = @import("dom.zig");
|
||||
|
||||
const html = @import("html.zig").html;
|
||||
const html = @import("html_test.zig").html;
|
||||
|
||||
var doc: DOM.HTMLDocument = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user