|
|
|
|
|
by streptomycin
4123 days ago
|
|
Any transaction support? That's one of the big features of IndexedDB, but I don't see anything about it here. Are you doing each command in its own transaction? That's going to be pretty slow for large amounts of data, and you lose the ability to group multiple queries into a single atomic operation. |
|