kotlinx.html icon indicating copy to clipboard operation
kotlinx.html copied to clipboard

A confusion with types for `Event`

Open SPC-code opened this issue 1 year ago • 0 comments

Some APIs like onChangeFunction uses org.w3c.dom.events.Event while some APIs like onTagEvent uses kotlinx.html.org.w3c.dom.events.Event. It makes using both APIs in the same code hard.

SPC-code avatar Sep 16 '23 10:09 SPC-code