mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibWeb/IDB: Implement IDBTransaction::commit
This commit is contained in:
parent
b6b00acbd1
commit
da56c1b1eb
Notes:
github-actions[bot]
2025-04-11 01:14:15 +00:00
Author: https://github.com/stelar7
Commit: da56c1b1eb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4306
Reviewed-by: https://github.com/ADKaster ✅
5 changed files with 77 additions and 1 deletions
|
@ -10,7 +10,7 @@ interface IDBTransaction : EventTarget {
|
|||
[SameObject, ImplementedAs=connection] readonly attribute IDBDatabase db;
|
||||
readonly attribute DOMException? error;
|
||||
[FIXME] IDBObjectStore objectStore(DOMString name);
|
||||
[FIXME] undefined commit();
|
||||
undefined commit();
|
||||
undefined abort();
|
||||
|
||||
attribute EventHandler onabort;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue