mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb/IDB: Implement IDBCursorWithValue interface
This commit is contained in:
parent
9c51326fcb
commit
296d9d74d8
Notes:
github-actions[bot]
2025-05-13 16:49:47 +00:00
Author: https://github.com/stelar7
Commit: 296d9d74d8
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
10 changed files with 74 additions and 4 deletions
6
Libraries/LibWeb/IndexedDB/IDBCursorWithValue.idl
Normal file
6
Libraries/LibWeb/IndexedDB/IDBCursorWithValue.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
#import <IndexedDB/IDBCursor.idl>
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface IDBCursorWithValue : IDBCursor {
|
||||
readonly attribute any value;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue