Skip to content

PostModifier for ScalaJS #538

@fdietze

Description

@fdietze

For a dom dsl, I would like to show, which html code will be generated:

div("hello")

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions