This commit is contained in:
2026-04-07 17:30:54 +02:00
parent e16e0a9444
commit 798e8c8c43

View File

@@ -704,7 +704,7 @@
(define/contract (webview-call-js wv js)
(-> wv-win? string? (or/c string? list? boolean? hash?))
(-> wv-win? string? (or/c string? list? boolean? hash? symbol?))
(let ((result (rkt-webview-call-js (wv-win-handle wv) js)))
;(displayln result)
(if (webview-call-js-result? result)