Is anyone maintaining https://github.com/Kotlin/kotlinx-browser ? @Alexey Trilis [JB] is the only person who ever committed there, and there are two PRs (one of them several months old).
a
andylamax
05/05/2021, 3:45 PM
@Sebastian Aigner
s
Sebastian Aigner
05/05/2021, 3:47 PM
For now, browser APIs still ship with each version of Kotlin — migrating them to an external package with its own release cycle might happen at a later point :)
a
andylamax
05/05/2021, 3:49 PM
Thanks Seb.
s
Sebastian Aigner
05/05/2021, 3:50 PM
About the PRs — I’ll have a look around, but the current source of truth are the implementations that ship with the standard library.
e
Ethan Davidson
05/05/2021, 5:41 PM
Thanks! How do you decide which web apis to include in the stdlib? Is there a specific reason indexedDB hasn't been added yet?