ujjwalguptaofficial / JsStore

Simplifying IndexedDB with SQL like syntax and promises
http://jsstore.net/
MIT License
858 stars 110 forks source link

not Working with chrome #62

Closed aly-eldegwy closed 6 years ago

aly-eldegwy commented 6 years ago

i have been trying to test JSStore but i i'm not able to make it work i was following the get started and used the examples it is working in firefox but nothing working in chrome no response from promise nothing in then nor in catch

i'm using chrome Version 67.0.3396.99 (Official Build) (64-bit) on ubuntu 18.04

ujjwalguptaofficial commented 6 years ago

Open this link - https://ujjwalguptaofficial.github.io/idbstudio/?db=Demo&query=select(%7B%0A%20%20%20%20%20%20from%3A'Customers'%2C%0A%20%20%20%20%20%20limit%3A100%0A%7D) . if you are getting below screenshot - then its working in your browser and there is some coding problem.

image

Let me know.

ujjwalguptaofficial commented 6 years ago

Check this fiddle - https://jsfiddle.net/2ewpy6t4/6/

ujjwalguptaofficial commented 6 years ago

@aly-eldegwy - let's close the issue, if everything is ok otherwise let me know.