dom-types
dom-types copied to clipboard
Implement ClojureScript print handlers, as well Datify/Navigable for various built-in browser types.
About this line: ``` (register-printer js/DocumentFragment 'js/DocumentFragment #(map hiccupize (.-children %))) ``` The laziness of the returned sequence means that if the output value is not eagerly consumed in a...
When pretty-printing a DOM tree, `cljs.pprint/pprint`'s output not being formatted on multiple lines. Seen in the REPL of Intellij/Cursive.
I would like to add DOMStringMap type to the list. It comes up when accessing data-* attributes of an Element and would be useful for inspection. Is it okay to...