Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.6k stars 130 forks source link

A confusion with types for `Event` #235

Open SPC-code opened 11 months ago

SPC-code commented 11 months ago

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.