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
From above code, db.add should try to add data in indexedDB, if failed it run code under the error callback function, but what i got alert with "undefined" although the data is not saved in browser DB.
Is there any thing wrong with my code ?
The text was updated successfully, but these errors were encountered:
When i test with mobile device will full storage usage (Cannot store any new data on storage).
From above code, db.add should try to add data in indexedDB, if failed it run code under the error callback function, but what i got alert with "undefined" although the data is not saved in browser DB.
Is there any thing wrong with my code ?
The text was updated successfully, but these errors were encountered: