mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb/IDB: Implement IDBObjectStore::transaction
This commit is contained in:
parent
594ba28c35
commit
b0453e044d
Notes:
github-actions[bot]
2025-03-27 15:49:25 +00:00
Author: https://github.com/stelar7
Commit: b0453e044d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4077
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ interface IDBObjectStore {
|
|||
[FIXME] attribute DOMString name;
|
||||
readonly attribute any keyPath;
|
||||
[FIXME] readonly attribute DOMStringList indexNames;
|
||||
[FIXME, SameObject] readonly attribute IDBTransaction transaction;
|
||||
[SameObject] readonly attribute IDBTransaction transaction;
|
||||
[FIXME] readonly attribute boolean autoIncrement;
|
||||
|
||||
[FIXME, NewObject] IDBRequest put(any value, optional any key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue