You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error in sqlite adaptor! TypeError: self.keyExtraction is not a function at Object.Lawnchair.adapter.save (http://localhost:9000/scripts/vendor/lawnchair/webkit-sqlite.js:76:78)
I find myself forced to switch to webkit-sqlite.js because of required support for Android 4.0.x
So I tried making the switch, and hit on the problem above when trying to save.
I tried implementing a keyExtraction function in webkit-sqlite.js, but ofcourse that then is picked up as non-standard API, and the adapter is thrown out.
error in sqlite adaptor! TypeError: self.keyExtraction is not a function at Object.Lawnchair.adapter.save (http://localhost:9000/scripts/vendor/lawnchair/webkit-sqlite.js:76:78)
I find myself forced to switch to
webkit-sqlite.js
because of required support for Android 4.0.xSo I tried making the switch, and hit on the problem above when trying to save.
I tried implementing a
keyExtraction
function inwebkit-sqlite.js
, but ofcourse that then is picked up as non-standard API, and the adapter is thrown out.@MarkMYoung any ideas?
The text was updated successfully, but these errors were encountered: