webview-get-style debugging

This commit is contained in:
2026-07-30 12:29:50 +02:00
parent 41cfd5abd6
commit f29bad676f
+2
View File
@@ -1031,8 +1031,10 @@
(r '()))
(send cl forEach
(λ (st)
(send console log set)
(let ((stl (send window getComputedStyle el)))
(set! (js-ref r st) (js-ref stl st)))))
(send console log r)
(return (list (list 'id id)
(list 'style r)))))
))