Package-level declarations

Types

Link copied to clipboard
open class IDBCursor

The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.

Link copied to clipboard
sealed interface IDBCursorDirection
Link copied to clipboard

The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.

Link copied to clipboard

The IDBDatabase interface of the IndexedDB API provides a connection to a database; you can use an IDBDatabase object to open a transaction on your database then create, manipulate, and delete objects (data) in that database.

Link copied to clipboard
interface IDBDatabaseInfo
Link copied to clipboard

The IDBFactory interface of the IndexedDB API lets applications asynchronously access the indexed databases.

Link copied to clipboard
class IDBIndex

IDBIndex interface of the IndexedDB API provides asynchronous access to an index in a database.

Link copied to clipboard
Link copied to clipboard

The IDBKeyRange interface of the IndexedDB API represents a continuous interval over some data type that is used for keys.

Link copied to clipboard

The IDBObjectStore interface of the IndexedDB API represents an object store in a database.

Link copied to clipboard
Link copied to clipboard

The IDBOpenDBRequest interface of the IndexedDB API provides access to the results of requests to open or delete databases (performed using IDBFactory.open and IDBFactory.deleteDatabase), using specific event handler attributes.

Link copied to clipboard
open class IDBRequest<T : JsAny?> : EventTarget

The IDBRequest interface of the IndexedDB API provides access to results of asynchronous requests to databases and database objects using event handler attributes.

Link copied to clipboard
sealed interface IDBRequestReadyState
Link copied to clipboard

The IDBTransaction interface of the IndexedDB API provides a static, asynchronous transaction on a database using event handler attributes.

Link copied to clipboard
sealed interface IDBTransactionDurability
Link copied to clipboard
sealed interface IDBTransactionMode
Link copied to clipboard
Link copied to clipboard
sealed interface IDBValidKey
Link copied to clipboard
open class IDBVersionChangeEvent(val type: EventType<IDBVersionChangeEvent>, init: IDBVersionChangeEventInit = definedExternally) : Event

The IDBVersionChangeEvent interface of the IndexedDB API indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.upgradeneeded_event event handler function.

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun IDBValidKey(value: Date): IDBValidKey
inline fun IDBValidKey(value: Int): IDBValidKey
inline fun IDBValidKey(value: String): IDBValidKey