Jens Arps
Jens Arps
@dfahlander There's nothing we can do from the outside; you need to bump the version number in the `bower.json` (probably to 0.9.3), and _after_ that, create a git tag with...
Awesome, thanks for the super quick fix! Works like a charm :)
Thanks for reporting this! And, sorry for the late reply. Are you deleting a database before the error occurs? Because this is the only place where IDBWrapper closes a connection....
If it was indeed Chrome closing the connection by itself, the only way to guard against that would be to check the connection before every transaction – which is something...
Yep, true, that'd be awesome, and I'd love to have this. I haven't implemented this yet due to the complex situation of Promise implementations. I didn't want to ship my...
Sorry for the late reply, I was pondering over this for some time. I'm not really happy with catching errors. Errors are errors, and not being able to write is...
Thanks for getting back on this in detail! Alright, let's go through the points (I'm _really_ sorry, this is going to b a long one, but this about a pretty...
Uh, ok, then I guess there's a plan here :) However, I will not merge this, as I plan to implement the try/catch blocks in a separate function. Also, this...
@timkuijsten Thanks for the pointer! However, IDBWrapper will not mangle with given keys (it also doesn't change array keys for IE impls).
Thanks for reporting this! That's a weird error you ran into there... Did you run any of the IDBWrapper examples before? Can you check in the "storage" panel of the...