Работа над проектом

This commit is contained in:
Book Pauk
2022-08-26 17:37:41 +07:00
parent 2c51bfaf96
commit a1cdd6b116
8 changed files with 155 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import localForage from 'localforage';
//import _ from 'lodash';
import * as utils from '../../share/utils';
const maxDataSize = 100*1024*1024;
const maxDataSize = 100*1024*1024;//100 Mb
const abStore = localForage.createInstance({
name: 'authorBooksStorage'