Skip to content
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

Update html5 storage api #229

Merged
merged 3 commits into from
Feb 23, 2017
Merged

Update html5 storage api #229

merged 3 commits into from
Feb 23, 2017

Conversation

wtrocki
Copy link
Contributor

@wtrocki wtrocki commented Feb 15, 2017

Motivation

FileError is obsolete and was removed in most recent versions of the mobile browsers:
https://developer.mozilla.org/en-US/docs/Web/API/FileError

In cases when file is not available library would fail with errror:
FileError is undefined

This fix removes error I have seen on recent versions in chrome and fixefox I did not seen any other errors and rest of the html5 filesystem api seems to be working fine.

See also another fix to update it to work with recent browsers: #228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants