error handling if browser does not allow access to databases
Closed this issue · 1 comments
mojoaxel commented
It is possible to disable "Allow websites caches and databases" e.g. in IE10/11.
If databases are disabled this.idb
is null
. This should be handled in the openDB
function.
jensarps commented
Agreed, a more meaningful error message, and the option to handle this is a good thing. Awesome that you did the implementation already – many thanks!