mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
Add documentElement to Document. (#15943)
(cherry picked from commit 83432aecfc)
This commit is contained in:
@@ -203,6 +203,7 @@ type
|
||||
Document* = ref DocumentObj
|
||||
DocumentObj {.importc.} = object of NodeObj
|
||||
activeElement*: Element
|
||||
documentElement*: Element
|
||||
alinkColor*: cstring
|
||||
bgColor*: cstring
|
||||
body*: Element
|
||||
|
||||
Reference in New Issue
Block a user