-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalForageTest #550
LocalForageTest #550
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! We should probably get it out of the main API file, so I'm thinking:
- initialize localforage in a new
lib/LocalForage.js
script, and import from there - move this test there and run it during initialization
d3ce913
to
020cf12
Compare
rebased && done |
Deploy preview ready! Built with commit 020cf12 |
Deploy preview ready! Built with commit 020cf12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vencax!
I got many errors in log and after investigating: quota for temporary storage was full due to disk full. Maybe useful test in this PR.
(https://www.html5rocks.com/en/tutorials/offline/quota-research/)
cheers