mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +00:00
LibWeb/IDB: Implement IDBTransaction::objectStore
This commit is contained in:
parent
8fcb54dada
commit
fc06d088c3
Notes:
github-actions[bot]
2025-04-11 01:13:48 +00:00
Author: https://github.com/stelar7
Commit: fc06d088c3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4306
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 33 additions and 1 deletions
|
@ -9,7 +9,7 @@ interface IDBTransaction : EventTarget {
|
|||
readonly attribute IDBTransactionDurability durability;
|
||||
[SameObject, ImplementedAs=connection] readonly attribute IDBDatabase db;
|
||||
readonly attribute DOMException? error;
|
||||
[FIXME] IDBObjectStore objectStore(DOMString name);
|
||||
IDBObjectStore objectStore(DOMString name);
|
||||
undefined commit();
|
||||
undefined abort();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue