mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
#import <IndexedDB/IDBCursor.idl>
|
|
|
|
[Exposed=(Window,Worker)]
|
|
interface IDBCursorWithValue : IDBCursor {
|
|
readonly attribute any value;
|
|
};
|