For a dom dsl, I would like to show, which html code will be generated:
using a PostModifier, I want to render it into a temporary html element and extract the innerHTML of that element.
But as far as I understand, the PostModifier runs only on the JVM, so this is currently not possible.
Any ideas?