You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW this code is not executed at the same time. Query is executed after stores are populated first time or updated with changes. Records are returned if I use simpler query like:
this.$db.metadata.where("repoName").equals("Drive").offset(0).limit(60).toArray()
The text was updated successfully, but these errors were encountered:
Updated dexie to latest version and now I get type error when executing query:
"Invalid key provided. Keys must be of type string, number, Date or Array<string | number | Date>."
Hi guys,
Should below work in IE11 with current state of this polyfill?
I don't seem to be getting any errors it's just that items is empty array in IE11.
Thanks
BTW this code is not executed at the same time. Query is executed after stores are populated first time or updated with changes. Records are returned if I use simpler query like:
this.$db.metadata.where("repoName").equals("Drive").offset(0).limit(60).toArray()
The text was updated successfully, but these errors were encountered: