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

Error when remove a file that is in receiving #1

Open
edwardwohaijun opened this issue Aug 16, 2017 · 0 comments
Open

Error when remove a file that is in receiving #1

edwardwohaijun opened this issue Aug 16, 2017 · 0 comments

Comments

@edwardwohaijun
Copy link
Owner

At first, I though that's because the file is being written and removed at the same time. The error message is clear enough:
Uncaught (in promise) DOMException: It was determined that certain files are unsafe for access within a web application, or that too many calls are being made on file resources.
But even I move the "fs(fileObj).then(getFile).then(removeFile) call" in _updateProgress(), which is a callback passed to onwriteend. The error still occurred.

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

No branches or pull requests

1 participant