You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really loved your Sample application and appreciate how you have neatly implemented client and server side database and their sync operation.
I created a new js file, that essentially copies the code in localVehicleStore.js. I am then using the putAsync function to save objects into this database, When I check the browser's application bar, I can see that the new database is created, however the putAsync call doesnt seem to add any record, I dont see any exceptions either. I tried placing a breakpoint in the javascript code and it seems the code is called but there somehow no rows appear in the indexdb. Any idea what would be the best way to debug this situation
The text was updated successfully, but these errors were encountered:
Dear Steve,
I really loved your Sample application and appreciate how you have neatly implemented client and server side database and their sync operation.
I created a new js file, that essentially copies the code in localVehicleStore.js. I am then using the putAsync function to save objects into this database, When I check the browser's application bar, I can see that the new database is created, however the putAsync call doesnt seem to add any record, I dont see any exceptions either. I tried placing a breakpoint in the javascript code and it seems the code is called but there somehow no rows appear in the indexdb. Any idea what would be the best way to debug this situation
The text was updated successfully, but these errors were encountered: