mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement IDBTransaction::abort
This commit is contained in:
committed by
Jelle Raaijmakers
parent
2954278e37
commit
7c3f44282d
Notes:
github-actions[bot]
2024-12-14 22:04:18 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7c3f44282d5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2696 Reviewed-by: https://github.com/gmta
@@ -47,6 +47,8 @@ public:
|
||||
[[nodiscard]] bool is_readonly() const { return m_mode == Bindings::IDBTransactionMode::Readonly; }
|
||||
[[nodiscard]] bool is_readwrite() const { return m_mode == Bindings::IDBTransactionMode::Readwrite; }
|
||||
|
||||
WebIDL::ExceptionOr<void> abort();
|
||||
|
||||
void set_onabort(WebIDL::CallbackType*);
|
||||
WebIDL::CallbackType* onabort();
|
||||
void set_oncomplete(WebIDL::CallbackType*);
|
||||
|
||||
Reference in New Issue
Block a user