Skip to content

Update html5 storage api - #229

Merged
MarkMYoung merged 3 commits into
brianleroux:masterfrom
wtrocki:patch-1
Feb 23, 2017
Merged

Update html5 storage api#229
MarkMYoung merged 3 commits into
brianleroux:masterfrom
wtrocki:patch-1

Conversation

@wtrocki

@wtrocki wtrocki commented Feb 15, 2017

Copy link
Copy Markdown
Contributor

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