1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00
This commit is contained in:
Design_JY 2023-05-16 08:51:47 +00:00 committed by GitHub
commit 4bd0a30f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ class Store {
checkRequirements(){
try {
let store;
if (typeof localforage === "undefined") {
if (typeof store === "undefined") {
store = localforage;
}
this.storage = store.createInstance({