web sql issue
Reported by
markduff...@gmail.com,
Jun 9 2016
|
||||
Issue description
Chrome Version : <Copy from: 'about:version'>
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL, along with the version, after other browsers where you
have tested this issue:
Safari: N/A
Firefox: OK
IE: N/A
What steps will reproduce the problem?
(1) Created a javascript project in visual studio
(2) Tried to execute web SQL
(3) Chrome errors out on first attempt
What is the expected result?
The page should load and using the developer tools I should be able to view the database through the console.
What happens instead?
On the first run of the web SQL, chrome errors out but when I refresh it again it is working perfectly. It seems that chrome has an issue handling the sql on the first attempt.
Please provide any additional information below. Attach a screenshot if
possible.
,
Jul 1 2016
fyi, websql is deprecated, you're likely better off using IndexedDB
,
Jul 18 2016
Can you provide sample code that reproduces the problem?
,
Jul 29 2016
Closing due to lack of feedback. |
||||
►
Sign in to add a comment |
||||
Comment 1 by ajha@chromium.org
, Jun 10 2016