mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-11 09:54:41 +00:00
Add MIME type to the generated .epub file
This commit is contained in:
parent
03dd484827
commit
12a4cbb081
4 changed files with 173 additions and 186 deletions
|
@ -188,7 +188,8 @@ function _buildEbook(allPages, fromMenu=false) {
|
|||
|
||||
|
||||
zip.generateAsync({
|
||||
type: "blob"
|
||||
type: "blob",
|
||||
mimeType: "application/epub+zip"
|
||||
})
|
||||
.then(function(content) {
|
||||
console.log("done !");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue