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!