mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
added fileStore
This commit is contained in:
parent
5d7a15eabd
commit
2d81246827
25 changed files with 29 additions and 1399 deletions
|
@ -41,8 +41,7 @@ FP.Book = function(elem, bookPath){
|
|||
//-- Determine storage method
|
||||
//-- Override options: none | ram | websqldatabase | indexeddb | filesystem
|
||||
//FP.storageOverride = "none"
|
||||
|
||||
FP.storage.determineStorageMethod(FP.storageOverride);
|
||||
FP.storage = new fileStorage.storage(FP.storageOverride);
|
||||
|
||||
// BookUrl is optional, but if present start loading process
|
||||
if(bookPath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue