mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb/IDB: Implement IDBObjectStore::index
This commit is contained in:
parent
fba7ad6969
commit
fce936e05a
Notes:
github-actions[bot]
2025-04-09 17:50:32 +00:00
Author: https://github.com/stelar7
Commit: fce936e05a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4178
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/AtkinsSJ
3 changed files with 26 additions and 1 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
|
||||
WebIDL::ExceptionOr<GC::Ref<IDBIndex>> create_index(String const&, KeyPath, IDBIndexParameters options);
|
||||
[[nodiscard]] GC::Ref<HTML::DOMStringList> index_names();
|
||||
WebIDL::ExceptionOr<GC::Ref<IDBIndex>> index(String const&);
|
||||
|
||||
protected:
|
||||
explicit IDBObjectStore(JS::Realm&, GC::Ref<ObjectStore>, GC::Ref<IDBTransaction>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue