add 'node' subtype to htmldocument

This commit is contained in:
Karl Seguin
2025-04-08 10:40:52 +08:00
parent a7b91ee57d
commit 8aef6ca372

View File

@@ -39,6 +39,8 @@ pub const HTMLDocument = struct {
pub const prototype = *Document;
pub const mem_guarantied = true;
pub const sub_type = "node";
// JS funcs
// --------