LibWeb: Implement IDBFactory::cmp

This commit is contained in:
stelar7 2024-11-11 10:49:44 +01:00 committed by Andreas Kling
commit 331f26a88b
Notes: github-actions[bot] 2024-11-25 10:54:47 +00:00
14 changed files with 655 additions and 1 deletions

View file

@ -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 {