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
Interesting, I can reproduce this. On Firefox indexedDB is simply undefined. I think this is something to do with it being a Data URL and it treating it like local file but I might be wrong there. I'd be intrigued to see if Greenlet has the same fate. Let me get back to you.
@Raidus I can still see it on null on Firefox. On Chrome seems to be defined, but the success callback never seems to be called when you use open. I've raised this on greenlet here as their user-base is much larger and maybe they'll have a better insight into the root cause: developit/greenlet#40.
Hi,
thirst I need to thank you for this nice module! :-)
I'm trying to make fibrelite working with indexedDB but I'll git following error:
I've provided two test scripts: https://glitch.com/edit/#!/leeward-zoology
test-fibre.html
(error) andtest-native.html
(works)Can you give me some hints on making fibrelite working with indexedDB?
Best
Wilhelm
The text was updated successfully, but these errors were encountered: