mirror of
https://github.com/servo/servo.git
synced 2025-07-18 04:43:41 +01:00
Many object store related operations require the transaction to be checked: to ensure it is still active, and, if the operation is a write, that the transaction is not read-only. I've added the `check_transaction` method to perform these checks. Additionally `Clear` was still half-implemented, so I went ahead and implemented that. --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> |
||
---|---|---|
.. | ||
engines | ||
idb_thread.rs | ||
mod.rs |