Open ccsmith13 opened 1 year ago
Web SQL is on its way out and is being slowly deprecated. Web SQL access in insecure contexts is deprecated as of Chromium 105 and a warning message is shown in the Chrome DevTools Issue panel. It's planned to fully remove it in later versions. Currently hifivemain still enables the feature, as seen in calls to the WebSQL method window.openDatabase : https://github.com/hifive/hifivemain/blob/7f0fa97d6cf74ba4c0f719a0012f39023710fd40/hifive/src/main/webapp/src/h5.api.sqldb.js#L1298
window.openDatabase
Web SQL is on its way out and is being slowly deprecated. Web SQL access in insecure contexts is deprecated as of Chromium 105 and a warning message is shown in the Chrome DevTools Issue panel. It's planned to fully remove it in later versions. Currently hifivemain still enables the feature, as seen in calls to the WebSQL method
window.openDatabase
: https://github.com/hifive/hifivemain/blob/7f0fa97d6cf74ba4c0f719a0012f39023710fd40/hifive/src/main/webapp/src/h5.api.sqldb.js#L1298