This is probably a very simple question so please forgive my ignorance, but can a Web SQL database be read across pages of the same domain?
For example if I insert data on page mydomain.com/createdata can the same data be queried on mydomain.com/readdata ?
Thanks in advance!
It’s local browser storage then no problem to read this form any page of the same domain. It is designed especially for it. The problem appear when you need to share Web SQL database across different domains, in this case you should deal with Same Origin Policy