satorumurmur / bibi

Bibi | EPUB Reader on your website.
https://bibi.epub.link
MIT License
859 stars 123 forks source link

Do not check MIME Type if Blob.type not given #64

Closed cat-in-136 closed 5 years ago

cat-in-136 commented 5 years ago

Some mobile browser does not support Blob.type. https://developer.mozilla.org/en-US/docs/Web/API/Blob/type#Browser_compatibility

So, if the book data is given by local file and its MIME Type is not given, MIME Type check procedure should be ignored.

satorumurmur commented 5 years ago

Thanks! @cat-in-136