webview-get-style debugging

This commit is contained in:
2026-07-30 12:59:37 +02:00
parent 9e6a2a83f4
commit 97313c1357
+1 -1
View File
@@ -1036,7 +1036,7 @@
(set! (js-ref r st) (js-ref stl st)))))
(send console log r)
(return (list (list 'id id)
(list 'style r)))))
(list 'style (send Object entries r))))))
))
(r (webview-call-js wv js-code))
)