mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
LibWeb/IDB: Implement IDBFactory::databases()
This commit is contained in:
parent
5559c3cb4f
commit
664c57af16
Notes:
github-actions[bot]
2025-03-14 07:55:38 +00:00
Author: https://github.com/stelar7
Commit: 664c57af16
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3923
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/shannonbooth
5 changed files with 75 additions and 5 deletions
|
@ -4,7 +4,7 @@ interface IDBFactory {
|
|||
[NewObject] IDBOpenDBRequest open(DOMString name, optional [EnforceRange] unsigned long long version);
|
||||
[NewObject] IDBOpenDBRequest deleteDatabase(DOMString name);
|
||||
|
||||
[FIXME] Promise<sequence<IDBDatabaseInfo>> databases();
|
||||
Promise<sequence<IDBDatabaseInfo>> databases();
|
||||
|
||||
short cmp(any first, any second);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue