Questions tagged as 'indexeddb'

0
answers

Create an IndexedDB editor to store values in a NoSQL database in JavaScript [closed]

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...
asked by 15.03.2017 / 20:57
2
answers

Create another database objects database Indexeddb

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...
asked by 11.03.2016 / 20:07
1
answer

Error with IndexedDB Object Store

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...
asked by 16.01.2017 / 13:39
1
answer

API IndexedDB problems removing objects

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...
asked by 01.09.2018 / 20:14
0
answers

How can I upload a base64 to indexeddb

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) {...
asked by 23.08.2018 / 18:32