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

Improve the "unsupported format" error message #461

Merged
merged 1 commit into from
Sep 14, 2017

Conversation

dduponchel
Copy link
Collaborator

The message was misleading and some users misunderstood it: JSZip doesn't
reject a file because of what the content actually is (json file, mp4
file, etc). It rejects a file because it is not a supported JavaScript
object (usually a plain object containing the buffer, not the buffer
directly).

The new message and the FAQ entry should help clear the
misunderstanding.

The message was misleading and some users misunderstood it: JSZip doesn't
reject a file because of what the content actually is (json file, mp4
file, etc). It rejects a file because it is not a supported JavaScript
object (usually a plain object containing the buffer, not the buffer
directly).

The new message and the FAQ entry should help clear the
misunderstanding.
@dduponchel dduponchel merged commit ad9fcdb into Stuk:master Sep 14, 2017
@dduponchel dduponchel deleted the unsupported_format branch September 14, 2017 18:58
@dduponchel dduponchel mentioned this pull request Nov 9, 2017
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.

None yet

1 participant