mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement abort_a_transaction for IndexedDB
This commit is contained in:
committed by
Jelle Raaijmakers
parent
609f7aa659
commit
2954278e37
Notes:
github-actions[bot]
2024-12-14 22:04:24 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/2954278e37e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2696 Reviewed-by: https://github.com/gmta
@@ -11,7 +11,7 @@ interface IDBTransaction : EventTarget {
|
||||
readonly attribute DOMException? error;
|
||||
[FIXME] IDBObjectStore objectStore(DOMString name);
|
||||
[FIXME] undefined commit();
|
||||
[FIXME] undefined abort();
|
||||
undefined abort();
|
||||
|
||||
attribute EventHandler onabort;
|
||||
attribute EventHandler oncomplete;
|
||||
|
||||
Reference in New Issue
Block a user