Documentation and some other stuff.
This commit is contained in:
@@ -663,7 +663,7 @@
|
||||
p)))))
|
||||
|
||||
|
||||
(define (webview-call-js wv js)
|
||||
(define/contract (webview-call-js wv js)
|
||||
(-> wv-win? string? (or/c string? list? boolean? hash?))
|
||||
(let ((result (rkt-webview-call-js (wv-win-handle wv) js)))
|
||||
;(displayln result)
|
||||
|
||||
Reference in New Issue
Block a user