mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb/IDB: Implement IDBCursor::continuePrimaryKey
This commit is contained in:
parent
6afa2c8eee
commit
3154ac8988
Notes:
github-actions[bot]
2025-05-13 16:50:06 +00:00
Author: https://github.com/stelar7
Commit: 3154ac8988
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4720
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/shannonbooth
3 changed files with 88 additions and 1 deletions
|
@ -9,7 +9,7 @@ interface IDBCursor {
|
|||
[SameObject] readonly attribute IDBRequest request;
|
||||
undefined advance([EnforceRange] unsigned long count);
|
||||
undefined continue(optional any key);
|
||||
[FIXME] undefined continuePrimaryKey(any key, any primaryKey);
|
||||
undefined continuePrimaryKey(any key, any primaryKey);
|
||||
[FIXME, NewObject] IDBRequest update(any value);
|
||||
[FIXME, NewObject] IDBRequest delete();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue