언어 설정

Menu
Sites
Language
IndexedDB transaction scope does not work well
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 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Lakshmi Grandhi
Hi, There is alreay bug in JIRA https://bugs.tizen.org/jira/browse/TWEB-142. I am getting state not ready error. I have updated with comments js/main.js (48) :Error: InvalidStateError: DOM IDBDatabase Exception 11