Hello People,
I am working on a multiplatform project (kotlin version 1.3.61) and I am unable to access the indexedDb. Is indexedDb natively supported? If anyone has any insight on this and can share I would be very grateful 🙏
t
turansky
04/20/2020, 8:19 PM
Do you need all API or only some part?
k
Kit
04/20/2020, 8:20 PM
I want to be able to perform CRUD operations on some files
a
Akif Abasov [JB]
04/21/2020, 7:03 AM
You can use any JS API from Kotlin/JS, but there are lots of methods and objects that are not typed currently. So you can use dynamic or write typings yourself.