From afedd5ee246e61fa19a920e962832d868ee0c222 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 12 Nov 2020 23:12:03 -0800 Subject: [PATCH] Add documentElement to Document. (#15943) (cherry picked from commit 83432aecfc1c4820837911b53b450e23936a4da7) --- lib/js/dom.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/js/dom.nim b/lib/js/dom.nim index a74c63231c..e1f0a010bf 100644 --- a/lib/js/dom.nim +++ b/lib/js/dom.nim @@ -203,6 +203,7 @@ type Document* = ref DocumentObj DocumentObj {.importc.} = object of NodeObj activeElement*: Element + documentElement*: Element alinkColor*: cstring bgColor*: cstring body*: Element