diff --git a/lib/js/dom.nim b/lib/js/dom.nim index 48d32fc186..c8e10d0f8e 100644 --- a/lib/js/dom.nim +++ b/lib/js/dom.nim @@ -1190,6 +1190,7 @@ proc deleteData*(n: Node, start, len: int) proc focus*(e: Node) proc getAttribute*(n: Node, attr: cstring): cstring proc getAttributeNode*(n: Node, attr: cstring): Node +proc hasAttribute*(n: Node; attr: cstring): bool proc hasChildNodes*(n: Node): bool proc insertData*(n: Node, position: int, data: cstring) proc removeAttribute*(n: Node, attr: cstring)