mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
add parent property to window in dom.nim (#15922)
This commit is contained in:
@@ -154,6 +154,7 @@ type
|
||||
performance*: Performance
|
||||
onpopstate*: proc (event: Event)
|
||||
localStorage*: LocalStorage
|
||||
parent*: Window
|
||||
|
||||
Frame* = ref FrameObj
|
||||
FrameObj {.importc.} = object of WindowObj
|
||||
|
||||
Reference in New Issue
Block a user