Why isnt `finally` present on `Promise` in kotlin-...
# javascript
s
Why isnt
finally
present on
Promise
in kotlin-js-stdlib ?
g
Because it’s a new API (still in Draft, tho supported by most browsers) and Kotlin has only ES5 APIs
You can write extension function that fixes it
s
Ofcourse 🤦‍♂️ Need some better google fu for all things javascript it seems
Thanks