mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Added online toggle
This commit is contained in:
parent
868b057e02
commit
65fbc6d034
33 changed files with 110 additions and 1804 deletions
|
@ -13,7 +13,7 @@ self.onmessage = function(event){
|
|||
|
||||
self.request(path, function(file){
|
||||
self.save(path, file, function(){
|
||||
self.postMessage("succeeded");
|
||||
self.postMessage(path);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue