
jsMain.web.idb.IDBCursorWithValue.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.idb
sealed external class IDBCursorWithValue :
IDBCursor {
/** Returns the cursor's current value. */
val value: Any?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy