IndexedDB transaction scope does not work well
By Sungsuh Park
23 Aug 2013 01:21
English
1 Replies
I found transaction scope does not work in tizen 2.2.
<pre class="code">
var transaction = db.transaction(['ObjectStoreName1', 'ObjectStoreName2'], "readonly");
var store = transaction.objectStore('ObjectStoreName1');
</pre>
--> ERROR: NotFoundError: DOM IDBDatabase Exception 8
This is very basic feature of indexedDB. I think it's critical bug.
Is there anyone who are using indexedDB as application's main database? Is it suitable to use indexeddb as a database of an complex app in tizen?
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------