Geoffrey Gaillard
Geoffrey Gaillard
`goog.style.setStyle` does two things that `element.style.setProperty` doesn’t: 1. vendor autoprefixing: `setStyle(element, {"orient": "vertical"})` will set [`-moz-orient`](https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-orient) to `"vertical"` 2. direct access writes: `setStyle` will perform `element.style.MozOrient = "vertical"` instead of...
Thank you for opening this issue. `#inst` is [supported in both clj and cljs](https://cljs.github.io/api/syntax/inst-literal) You can install custom transit handlers like this: [link](https://github.com/hyperfiddle/electric-fiddle/blob/3c01925bd82f01c417840678ae0fc9d572d393af/src-triage/electric_demo/wip/demo_custom_types.cljc). It's a bit hacky and will be...