mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
added loading from zipped epub file
This commit is contained in:
parent
2ddae3a024
commit
1e592badd1
13 changed files with 288 additions and 57 deletions
|
@ -202,6 +202,7 @@ FP.store.websql = function() {
|
|||
"get" : get,
|
||||
"preload" : preload,
|
||||
"batch" : batch,
|
||||
"getURL" : getURL
|
||||
"getURL" : getURL,
|
||||
"save" : save
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue