We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d02200 commit cccba37Copy full SHA for cccba37
webui.nim
@@ -788,7 +788,7 @@ proc script*(win: Window; script: var Script) =
788
789
bindings.script(win.impl, addr script.internalImpl)
790
791
-proc evalJS*(win: Window; script: string; timeout: int = 0): JavascriptResult =
+proc evalJs*(win: Window; script: string; timeout: int = 0): JavascriptResult =
792
## Evaluate Javascript code `script` and return the result
793
794
var js = newScript(script, timeout)
0 commit comments