mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/IDB: Implement IDBObjectStore::getAll
This commit is contained in:
Notes:
github-actions[bot]
2025-05-12 20:29:30 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c700bfaaf18 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4662 Reviewed-by: https://github.com/shannonbooth ✅
@@ -16,7 +16,7 @@ interface IDBObjectStore {
|
||||
[NewObject] IDBRequest clear();
|
||||
[NewObject] IDBRequest get(any query);
|
||||
[NewObject] IDBRequest getKey(any query);
|
||||
[FIXME, NewObject] IDBRequest getAll(optional any query, optional [EnforceRange] unsigned long count);
|
||||
[NewObject] IDBRequest getAll(optional any query, optional [EnforceRange] unsigned long count);
|
||||
[FIXME, NewObject] IDBRequest getAllKeys(optional any query, optional [EnforceRange] unsigned long count);
|
||||
[NewObject] IDBRequest count(optional any query);
|
||||
[NewObject] IDBRequest openCursor(optional any query, optional IDBCursorDirection direction = "next");
|
||||
|
||||
Reference in New Issue
Block a user