Merge pull request #515 from karlseguin/html_document_subtype

add 'node' subtype to htmldocument
This commit is contained in:
Pierre Tachoire
2025-04-08 15:45:40 +02:00
committed by GitHub

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
// --------