Class createjs.Loader.IndexedDB
Defined in: loader.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A class that implements the createjs.Loader.Cache interface with the
IndexedDB API.
|
Method Attributes | Method Name and Description |
---|---|
get(listener, key)
|
|
<static> |
createjs.Loader.IndexedDB.getInstance()
Returns the instance of the createjs.Loader.IndexedDB object.
|
isOpened()
|
|
reset()
|
|
set(listener, key, value)
|
Class Detail
createjs.Loader.IndexedDB()
A class that implements the createjs.Loader.Cache interface with the
IndexedDB API. This cache uses one table consisting of three columns:
key (string), time (integer), and data (binary).
Method Detail
get(listener, key)
- Parameters:
- listener
- key
<static>
{createjs.Loader.IndexedDB}
createjs.Loader.IndexedDB.getInstance()
Returns the instance of the createjs.Loader.IndexedDB object.
- Returns:
- {createjs.Loader.IndexedDB}
isOpened()
reset()
set(listener, key, value)
- Parameters:
- listener
- key
- value