I have done a BBCode editor in JavaScript but I need that those values entered (in principle only a value that is the name of a fruit) are stored in a NoSQL database with using IndexedDB and LocalStorage, the problem is that I am quite lost in t...
Good afternoon,
I have a database in IndexedDb with a store of objects but I would like to add another store because one would be for a patient's data and another one would be for the tests of the same that have the DNI and several more field...
I'm doing an exercise to learn the IndexedDB API of html5. I am running the following code and it gives me an error that I do not understand what it is. Could you help me solve it?
The error he gives me is:
"Uncaught DOMException: Faile...
I am new to all this programming and I am working with the IndexedDB API I have been analyzing my code for a long time and I can not find the error beforehand thanks for the help. The problem is the following button to delete each of the objects...
I'm trying to convert the file file to base64 but when I see the indexeddb database the field appears as undefine
Maybe it can not be stored, the data by size, or is there a better way to do it?
function addPerson(e) {...