Class Index | File Index

Classes


Class createjs.Loader.IndexedDB


Defined in: loader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that implements the createjs.Loader.Cache interface with the IndexedDB API.
Method Summary
Method Attributes Method Name and Description
 
get(listener, key)
<static>  
createjs.Loader.IndexedDB.getInstance()
Returns the instance of the createjs.Loader.IndexedDB object.
 
 
 
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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)