mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Added online toggle
This commit is contained in:
parent
868b057e02
commit
65fbc6d034
33 changed files with 110 additions and 1804 deletions
|
@ -39,13 +39,18 @@ FP.storage = function(){
|
|||
function _error(err){
|
||||
console.log("error", err);
|
||||
}
|
||||
|
||||
function getStorageType(){
|
||||
return this.storageType;
|
||||
}
|
||||
|
||||
return {
|
||||
"get" : get,
|
||||
"preload" : preload,
|
||||
"batch" : batch,
|
||||
"storageMethod": storageMethod,
|
||||
"getURL": getURL
|
||||
"getURL": getURL,
|
||||
"getStorageType" : getStorageType
|
||||
}
|
||||
|
||||
}();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue