Hi,
Thanks for the great library.
I'm using alasql to store data into indexeddb and read data again when user refresh page. It works well on almost every browser except IOS 9.3.5 mobile safari. It will throw an 'onerror' exception and without any information.
My testing code is simple:
I read the source of 91indexeddb.js, and find the 'onversionchange' event seems not correct, here is what I find from stackoverflow:
https://stackoverflow.com/questions/43215199/indexeddb-onupgradeneeded-event-never-finishes
iOS 9.3.5 is outdated?
Most helpful comment
iOS 9.3.5 is outdated?