ebidel / filer.js

A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API.
Other
1.49k stars 155 forks source link

FilerError deprecation #69

Closed rodrigos0ares closed 5 years ago

rodrigos0ares commented 5 years ago

Updating API based on this deprecation: https://developers.google.com/web/updates/2016/08/chrome-53-deprecations

This fix erros like FileError is undefined on Firefox 66.

https://developer.mozilla.org/en-US/docs/Web/API/DOMException#Error_names

ebidel commented 5 years ago

Can you revert everything (whitespace changes, etc) but the actual changes? Why are the tests being removed?

rodrigos0ares commented 5 years ago

Can you revert everything (whitespace changes, etc) but the actual changes? Why are the tests being removed?

Of course. Can you cancel this pull request? I'll create a new on with just the webpack and necessary changes.