EmadR

Results 7 comments of EmadR

Can you explain a little more? I do not understand what you mean

hi @aparzi how to close all connections?

I have a panel, when the user logs in, I get information from server and save it in the form of a table in indexeddb. Now, when the same user...

const dbConfig: DBConfig = { name: 'MyDb', version: 1, objectStoresMeta: [{ store: 'employee', storeConfig: { keyPath: 'id', autoIncrement: true }, storeSchema: [] }] }; this.dbService .add('employee', response.data) .subscribe((key) => {...

Must it be set? Because for the update, the response I get may not match the configuration and the keys may be different

I may receive new data from the server and have to update my table. This is what I mean by update.