Hello. Is there any libraries for Kotlin Wasm to make HTTP requests. I tried installing Ktor, but I'm getting the error "No module ... was found". I guess it's only available for Android and IOS dependencies but not the commonMain? Thanks!
b
bashor
05/12/2024, 5:52 PM
There is wasm support in eap versions of #ktor, e.g.
3.0.0-beta-2-eap-932
bashor
05/12/2024, 5:53 PM
alternatively you can use fetch API inside browsers