Documentation only, dom (#17770)

* ReSync with Devel

* ReSync

* https://github.com/timotheecour/Nim/issues/674

* Update lib/js/dom.nim

Co-authored-by: flywind <xzsflywind@gmail.com>

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
Juan Carlos
2021-04-19 02:42:38 -03:00
committed by GitHub
parent 172a5ab7f8
commit f8038af5ec

View File

@@ -1496,7 +1496,9 @@ proc find*(w: Window, text: cstring, caseSensitive = false,
backwards = false)
proc focus*(w: Window)
proc forward*(w: Window)
proc getComputedStyle*(w: Window, e: Node, pe:Node = nil): Style
proc getComputedStyle*(w: Window, e: Node, pe: Node = nil): Style
## .. warning:: The returned Style may or may not be read-only at run-time in the browser. getComputedStyle is performance costly.
proc handleEvent*(w: Window, e: Event)
proc home*(w: Window)
proc moveBy*(w: Window, x, y: int)