I'm having the same issue. I get that exact error in the inspector. I can't figure it out... Could it be a bug in Qt? Because it works just fine in Safari.
I'm having the same issue. I get that exact error in the inspector. I can't figure it out... Could it be a bug in Qt? Because it works just fine in Safari.
I know it's been a while since this question was posted.. I had the same issue and there is very little information about this error around web.
Indeed, error happens when calling openDatabase within JS and I managed to eliminate it with
Qt Code:
QWebSettings::globalSettings()->setOfflineStoragePath("/some/writable/path/here");To copy to clipboard, switch view to plain text mode
Bookmarks