mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Implement IDBFactory::cmp
This commit is contained in:
parent
c43b93e6fa
commit
331f26a88b
Notes:
github-actions[bot]
2024-11-25 10:54:47 +00:00
Author: https://github.com/stelar7
Commit: 331f26a88b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2279
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/tcl3
14 changed files with 655 additions and 1 deletions
|
@ -6,7 +6,7 @@ interface IDBFactory {
|
|||
|
||||
[FIXME] Promise<sequence<IDBDatabaseInfo>> databases();
|
||||
|
||||
[FIXME] short cmp(any first, any second);
|
||||
short cmp(any first, any second);
|
||||
};
|
||||
|
||||
dictionary IDBDatabaseInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue