Charles Assunção
Charles Assunção
Hi, We expose a method called `validateStoreName` which does exactly what you are saying: ```typescript export function validateStoreName(db: IDBDatabase, storeName: string): boolean { return db.objectStoreNames.contains(storeName); } ``` But also, we...
Hey @aparzi Why is the `key` being removed from `update`?
@aparzi that makes sense, can you try to get ride of `any` types that are making the pipeline to file?
@all-contributors please add @aparzi for maintenance
@all-contributors please add @aparzi for code
Hey everyone, yeah, this looks like a nice feature to be added. Definitely will come in the next versions, if anyone has some free time before I have feel free...
I am not sure if this would make a big difference, currently, the DB is created on the module initialization. What would change creating a method and calling it? I...
Alright it makes sense, so I would think about passing a callback into the configuration to be called when it's done.. What do you think?
@all-contributors please add @coolweb for maintenance
Hi @storypixel Thank you, that would be nice. Feel free to open the PR