IDBEnvironment

@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") @native @JSType
trait IDBEnvironment extends Object

The IDBEvironment interface of the IndexedDB API provides asynchronous access to a client-side database. It is implemented by window and Worker objects.

Deprecated
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("Use window.indexedDB", "1.2.0")

an IDBRequest object that communicates back to the requesting application through events. This design means that any number of requests can be active on any database at a time.

an IDBRequest object that communicates back to the requesting application through events. This design means that any number of requests can be active on any database at a time.

Deprecated

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object