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

This commit is contained in:
Bung
2020-11-12 19:36:42 +08:00
committed by GitHub
parent 527e792827
commit bc007a3cd3

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