You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Some APIs like
onChangeFunction
usesorg.w3c.dom.events.Event
while some APIs likeonTagEvent
useskotlinx.html.org.w3c.dom.events.Event
. It makes using both APIs in the same code hard.The text was updated successfully, but these errors were encountered: