Vedant
12/30/2025, 10:38 AMRobert Jaros
12/30/2025, 12:12 PMwebMain. It doesn't automatically merge APIs available on both targets. It only gives you what is defined in common JS/WasmJS code in the libraries (including stdlib). kotlin-wrappers can help you with await(). Don't know about WebElementView.Michael Paus
12/30/2025, 1:39 PMWinson Chiu
12/30/2025, 10:54 PMawait is still not available pending https://github.com/kotlin/kotlinx.coroutines/issues/4544 as far as I know, but it's pretty simple to commonize a method for use in app code.