Skip to content

Releases: alexprey/htmlparser2

4.1.0

24 Aug 16:46

Choose a tag to compare

  • Support of JS expressions in tag attributes
<button type="button" on:click={() => handleButtonClick()}>
    Click to say hello
</button>