idb

object idb

Short aliases of all the dom.IDBThing classes

class Object
trait Matchable
class Any
idb.type

Type members

Types

type Cursor[+Source] = IDBCursor[Source]
type CursorReadOnly[+Source] = IDBCursorReadOnly[Source]
type CursorWithValue[+Source] = IDBCursorWithValue[Source]
type Event[+TargetResult] = IDBEvent[TargetResult]
type EventTarget[+Result] = IDBEventTarget[Result]
type Key = IDBKey
type OpenDBRequest[TargetResult] = IDBOpenDBRequest[TargetResult]
type Request[+Source, TargetResult] = IDBRequest[Source, TargetResult]

Deprecated types

@deprecated("Removed. This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible. See https://developer.mozilla.org/en-US/docs/Web/API/IDBEnvironment", "1.2.0")
Deprecated

Value members

Concrete methods

@inline