mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-23 18:51:55 +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
|
@ -36,6 +36,7 @@ void IDBTransaction::visit_edges(Visitor& visitor)
|
|||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_connection);
|
||||
visitor.visit(m_error);
|
||||
visitor.visit(m_associated_request);
|
||||
}
|
||||
|
||||
void IDBTransaction::set_onabort(WebIDL::CallbackType* event_handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue