mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-28 05:01:54 +00:00
LibWeb: Implement abort_a_transaction for IndexedDB
This commit is contained in:
parent
609f7aa659
commit
2954278e37
Notes:
github-actions[bot]
2024-12-14 22:04:24 +00:00
Author: https://github.com/stelar7
Commit: 2954278e37
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2696
Reviewed-by: https://github.com/gmta
6 changed files with 66 additions and 2 deletions
|
@ -19,5 +19,6 @@ ErrorOr<Key> convert_a_value_to_a_key(JS::Realm&, JS::Value, Vector<JS::Value> =
|
|||
void close_a_database_connection(IDBDatabase&, bool forced = false);
|
||||
void upgrade_a_database(JS::Realm&, GC::Ref<IDBDatabase>, u64, GC::Ref<IDBRequest>);
|
||||
WebIDL::ExceptionOr<u64> delete_a_database(JS::Realm&, StorageAPI::StorageKey, String, GC::Ref<IDBRequest>);
|
||||
void abort_a_transaction(IDBTransaction&, GC::Ptr<WebIDL::DOMException>);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue