Oleksandr Karpovich
Oleksandr Karpovich
**Use case** With kotlinx-browser:0.5.0 allowing a lot of W3C API usages being made in webMain shared source set (for both k/js and k/wasm), I'd like to have as little k/js...
Not for merging. Just checking the compatibility with new Kotlin. ## Testing N/A ## Release Notes N/A
The default declarations miss some properties so we've been extending the types in our code like this: ``` internal external class InputEventExt(type: String) : InputEvent { val inputType: String }...
With 0.5.0 version, some API (e.g. `window.fetch`, `cache.match`) do not allow option-less calls (when compiling to k/js). Without kotlinx-browser it used to be possible to call just `window.fetch(resPath)`. But now...