diff options
Diffstat (limited to 'lib/ecmas/dom.nim')
-rwxr-xr-x | lib/ecmas/dom.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ecmas/dom.nim b/lib/ecmas/dom.nim index e9c587928..3a1caecbe 100755 --- a/lib/ecmas/dom.nim +++ b/lib/ecmas/dom.nim @@ -227,6 +227,7 @@ type getAttributeNode*: proc (attr: cstring): ref TNode getElementsByTagName*: proc (): seq[ref TNode] hasChildNodes*: proc (): bool + innerHTML*: cstring insertBefore*: proc (newNode, before: ref TNode) insertData*: proc (position: int, data: cstring) removeAttribute*: proc (attr: cstring) |