I have the following configuration
localforage.config({
driver: localforage.WEBSQL,
name: 'databaseName',
version: 1.0,
size: 4980736,
storeName: 'databaseStore',
description: 'some description'
});
The creation of the Instance...
asked by
30.04.2018 / 23:52