mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
script: Implement IDBFactory.cmp (#38260)
Implements `IDBFactory.cmp`, most of the work was done by #38123. Testing: Covered by WPT (lots of flaky results: the appropriate tests are in tests/wpt/meta/IndexedDB/idlharness.any.js.ini) Fixes: None --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
6cd8578f8b
commit
ab78a76da6
7 changed files with 126 additions and 15 deletions
|
@ -21,7 +21,7 @@ interface IDBFactory {
|
|||
|
||||
// Promise<sequence<IDBDatabaseInfo>> databases();
|
||||
|
||||
// short cmp(any first, any second);
|
||||
[Throws] short cmp(any first, any second);
|
||||
};
|
||||
|
||||
// https://w3c.github.io/IndexedDB/#dictdef-idbdatabaseinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue