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'm currently using version 2.04 and was trying to upgrade to version 3.2.2.
I have a table.put() call that does not work and was wondering if there were any breaking changes between the two versions?
I've traced to here in ver. 3.2.2
Nothing happens after this. It appears to swallow an error or something, I never get a resolved promise back. So I was wondering if I need to be doing something different with my table.put()
The record does get written to indexedDb.
my call looks like this: application.db.inspections.put(recordToSave).then(function () { ..,. });
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently using version 2.04 and was trying to upgrade to version 3.2.2.
I have a table.put() call that does not work and was wondering if there were any breaking changes between the two versions?
I've traced to here in ver. 3.2.2
Nothing happens after this. It appears to swallow an error or something, I never get a resolved promise back. So I was wondering if I need to be doing something different with my table.put()
The record does get written to indexedDb.
my call looks like this: application.db.inspections.put(recordToSave).then(function () { ..,. });
Beta Was this translation helpful? Give feedback.
All reactions