mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb/IDB: Implement IDBCursor::update
This commit is contained in:
parent
3154ac8988
commit
cf84a98bab
Notes:
github-actions[bot]
2025-05-13 16:49:59 +00:00
Author: https://github.com/stelar7
Commit: cf84a98bab
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 84 additions and 1 deletions
|
@ -10,7 +10,7 @@ interface IDBCursor {
|
|||
undefined advance([EnforceRange] unsigned long count);
|
||||
undefined continue(optional any key);
|
||||
undefined continuePrimaryKey(any key, any primaryKey);
|
||||
[FIXME, NewObject] IDBRequest update(any value);
|
||||
[NewObject] IDBRequest update(any value);
|
||||
[FIXME, NewObject] IDBRequest delete();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue