-
Hi,
All my other scripts are accessible and working fine.But not jsstore.min.js in ie 11.Help me to fix it
thanks
-
Given this database:
[
{
name: 'Items',
columns: [
{
name: 'ItemID',
dataType: JsStore.DATA_TYPE.St…
-
Originally I had this database definition
```js
const QOL_DB_NAME = 'RQDB';
const TRACKER_TBL_NAME = 'tracker';
const TRACKER_DB_SCHEMA = {
name : QOL_DB_NAME,
…
-
Hi,
Below is my worker code
const WorkerPath=require('file-loader?name=scripts/[name].[hash].js!jsstore/dist/jsstore.worker.min.js');
export const _connection= new JsStore.Instance(new Worker…
-
Hello,
First thanks for your work!
I'm having an issue when I first update data and then fetch it later: sometimes it returns outdated data.
It is totally random, so sometimes I have what I wan…
-
Hi,
I am working on a web app which stores some offline data in IndexedDB.
I am integrating this library into my project. I have a requirement of performing multiple operations tables in a single …
-
I'm using jsStore in my service worker and I have this error:
`Uncaught TypeError: self.postMessage is not a function`
First, there is no place on the web which shows how to initialize the jsStore…
-
` email: {
type: DataTypes.STRING(50),
unique: true,
allowNull: false,
validate: {
isEmail: true,
notEmpty: false
}
}`
`err.stack
"Sequeli…
-
Heads up: the links in the footer of your web page are broken.
- https://jsstore.net/donate
- https://jsstore.net/issues
- https://jsstore.net/sponsor
- https://jsstore.net/invite
-
I was using add.html for reference
i am facing same problem for my project
![screen shot 2018-09-12 at 12 46 25 pm](https://user-images.githubusercontent.com/7989070/45408680-b698a800-b68a-11e8-8…