also, how do i get the response in a XHttpRequest?
# javascript
h
also, how do i get the response in a XHttpRequest?
d
Use the fetch api 🙂 https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API XMLHttpRequest sucks.
h
👍
g
My vote for Promise API and Kotlin Coroutines
g
Ktor client? (I didn’t test it)