Open
Bug 1810212
Opened 3 years ago
Updated 1 year ago
Remove NotFound error squelching from bug 1810205
Categories
(Core :: SQLite and Embedded Database Bindings, task, P3)
Core
SQLite and Embedded Database Bindings
Tracking
()
NEW
People
(Reporter: chutten, Unassigned)
References
Details
In bug 1810205 we squelched NotFound errors in rkv's commit(). Eventually we want to remove them when we sort out what to do about simultaneous access.
| Reporter | ||
Comment 1•3 years ago
|
||
Once bug 1807010 lands, that takes care of the system we know has the concurrent access. Any other system that exhibits problems in the wild will end up throwing exceptions in the JS layer (recall KeyValueStore is a JS interface) which will be uncaught, but will not bring down the browser.
Depends on: 1807010
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•