mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/IDB: Implement IDBObjectStore::get
This commit is contained in:
parent
18a008d073
commit
c81c17c0fb
Notes:
github-actions[bot]
2025-04-29 15:07:40 +00:00
Author: https://github.com/stelar7
Commit: c81c17c0fb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4505
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
3 changed files with 33 additions and 1 deletions
|
@ -14,7 +14,7 @@ interface IDBObjectStore {
|
|||
[NewObject] IDBRequest add(any value, optional any key);
|
||||
[FIXME, NewObject] IDBRequest delete(any query);
|
||||
[FIXME, NewObject] IDBRequest clear();
|
||||
[FIXME, NewObject] IDBRequest get(any query);
|
||||
[NewObject] IDBRequest get(any query);
|
||||
[FIXME, NewObject] IDBRequest getKey(any query);
|
||||
[FIXME, NewObject] IDBRequest getAll(optional any query, optional [EnforceRange] unsigned long count);
|
||||
[FIXME, NewObject] IDBRequest getAllKeys(optional any query, optional [EnforceRange] unsigned long count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue