linq2indexeddb is an extension written by Kristof Degrave which makes it easier for JavaScript developers to make use of the client side database: IndexedDB.
Questions tagged [linq2indexeddb]
5 questions
2
votes
1 answer
How to bulk insert / update with Linq2indexedDB
I'm experiencing very bad performance and crashes with Linq2indexedDB when bulk inserting this way:
for(var i=0;i

Christophe Vidal
- 1,894
- 1
- 19
- 13
2
votes
2 answers
Why is this insert into IndexedDB using linq2indexedDB failing, and how can I retrieve the error?
I'm using the linq2indexedDB wrapper to work with IndexedDB. I'm working in TypeScript but I don't think that's really relevant to the issue - it should just explain the slightly odd syntax. I create my DB and add a number of object stores and…

Jude Fisher
- 11,138
- 7
- 48
- 91
0
votes
0 answers
access the data in indexeddb outside request.onsuccess local storage indexeddb
I want to access the variable data mentioned in the code below, outside the idQuery block. I am getting data = {} outside that block.
const indexedDB = window.indexedDB;
if (!indexedDB) {
console.log("IndexedDB could not be found in this…

Suyog
- 1
- 2
0
votes
1 answer
How do I insert an object with Linq2IndexedDB
I'm experimenting with Linq2IndexedDB (v. 1.0.21) via unit tests (via Mocha), but I can't even make a simple insert work. What happens (when running under Google Chrome) is an internal exception is thrown on line 1535 of Linq2IndexedDB.js:
Uncaught…

aknuds1
- 65,625
- 67
- 195
- 317
0
votes
2 answers
linq2IndexedDB in windows8 winJS
linq2IndexedDB in windows8 winJS
Hi i am working on a winJS application.I am using linq2IndexedDB for connection IndexedDb with winJS.I am creating a database in one javascript page.How can create an object for indexedDb in other pages?

user2194939
- 21
- 4