David Smith
07/26/2021, 4:35 PMEvent
to the jvm backend. In javascript I might normally do something like JSON.parse(stringifyEvent(event))
where stringifyEvent
is a function described in https://stackoverflow.com/questions/11547672/how-to-stringify-event-object/34519193#34519193. Would I need to basically do the same solution in Kotlin or is there something a bit better, perhaps built in or a library? Alternatively is there some other method to send browser events to a jvm backend?vonox7
07/26/2021, 5:25 PM