IndexedDB: readwrite transactions can start while a readonly one is running |
|||
Issue descriptionThis is a weird grey area of the spec. We have a test for it here: https://cs.chromium.org/chromium/src/third_party/blink/web_tests/storage/indexeddb/resources/transaction-starvation.js This conflicts with how Scopes needs to lock things, and doesn't match what Firefox does (it fails this test). We should change the spec to be explicit in this case - readwrite transactions cannot execute when a readonly transaction is executing. It would also be nice to add a webplatformtest
,
Jan 11
,
Jan 18
(4 days ago)
Filed https://github.com/w3c/IndexedDB/issues/253 for the spec issue. |
|||
►
Sign in to add a comment |
|||
Comment 1 by dmu...@chromium.org
, Jan 11