add parent property to window in dom.nim (#15922)

(cherry picked from commit bc007a3cd3)
This commit is contained in:
Bung
2020-11-12 19:36:42 +08:00
committed by narimiran
parent 41569f9693
commit f0b19e8ef2

View File

@@ -154,6 +154,7 @@ type
performance*: Performance
onpopstate*: proc (event: Event)
localStorage*: LocalStorage
parent*: Window
Frame* = ref FrameObj
FrameObj {.importc.} = object of WindowObj