mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb/IDB: Implement IDBCursor::advance
This commit is contained in:
parent
82d17fa17e
commit
6afa2c8eee
Notes:
github-actions[bot]
2025-05-13 16:50:15 +00:00
Author: https://github.com/stelar7
Commit: 6afa2c8eee
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 48 additions and 1 deletions
|
@ -7,7 +7,7 @@ interface IDBCursor {
|
|||
readonly attribute any key;
|
||||
readonly attribute any primaryKey;
|
||||
[SameObject] readonly attribute IDBRequest request;
|
||||
[FIXME] undefined advance([EnforceRange] unsigned long count);
|
||||
undefined advance([EnforceRange] unsigned long count);
|
||||
undefined continue(optional any key);
|
||||
[FIXME] undefined continuePrimaryKey(any key, any primaryKey);
|
||||
[FIXME, NewObject] IDBRequest update(any value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue