6 lines
141 B
Text
6 lines
141 B
Text
#import <IndexedDB/IDBCursor.idl>
|
|
|
|
[Exposed=(Window,Worker)]
|
|
interface IDBCursorWithValue : IDBCursor {
|
|
readonly attribute any value;
|
|
};
|