mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
LibWeb/IDB: Implement IDBObjectStore::indexNames
This commit is contained in:
parent
3367352991
commit
fba7ad6969
Notes:
github-actions[bot]
2025-04-09 17:50:38 +00:00
Author: https://github.com/stelar7
Commit: fba7ad6969
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 14 additions and 1 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
AK::HashMap<String, GC::Ref<Index>>& index_set() { return m_indexes; }
|
||||
|
||||
WebIDL::ExceptionOr<GC::Ref<IDBIndex>> create_index(String const&, KeyPath, IDBIndexParameters options);
|
||||
[[nodiscard]] GC::Ref<HTML::DOMStringList> index_names();
|
||||
|
||||
protected:
|
||||
explicit IDBObjectStore(JS::Realm&, GC::Ref<ObjectStore>, GC::Ref<IDBTransaction>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue