RESOLVED INVALID 115414
Value of IDBTransaction.mode is not equal IDBTransaction.READ_ONLY when modification operation is not allowed in transaction
https://bugs.webkit.org/show_bug.cgi?id=115414
Summary Value of IDBTransaction.mode is not equal IDBTransaction.READ_ONLY when modif...
Michał Poteralski
Reported 2013-04-30 05:57:52 PDT
When modification operation is not allowed in the transaction then IDBTransaction.mode should be equal IDBTransaction.READ_ONLY. Unfortunately is not equal.
Attachments
Michał Poteralski
Comment 1 2013-05-15 02:21:27 PDT
According to w3c reference Draft 24 May 2012 IDBTransaction.mode should return DOMString: http://www.w3.org/TR/IndexedDB/#widl-IDBTransaction-mode
Note You need to log in before you can comment on or make changes to this bug.