mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb/IDB: Implement IDBObjectStore::clear
This commit is contained in:
Notes:
github-actions[bot]
2025-05-08 13:14:20 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/fa207c8fc6e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4650 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -13,7 +13,7 @@ interface IDBObjectStore {
|
||||
[NewObject] IDBRequest put(any value, optional any key);
|
||||
[NewObject] IDBRequest add(any value, optional any key);
|
||||
[NewObject] IDBRequest delete(any query);
|
||||
[FIXME, NewObject] IDBRequest clear();
|
||||
[NewObject] IDBRequest clear();
|
||||
[NewObject] IDBRequest get(any query);
|
||||
[FIXME, NewObject] IDBRequest getKey(any query);
|
||||
[FIXME, NewObject] IDBRequest getAll(optional any query, optional [EnforceRange] unsigned long count);
|
||||
|
||||
Reference in New Issue
Block a user