We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today we're relying on File#type which MDN says should not be relied on.
File#type
Looked into the file-type package and it seems promising.
file-type
Or, see this article for a package-less implementation: https://medium.com/the-everyday-developer/detect-file-mime-type-using-magic-numbers-and-javascript-16bc513d4e1e)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today we're relying on
File#type
which MDN says should not be relied on.Looked into the
file-type
package and it seems promising.Or, see this article for a package-less implementation: https://medium.com/the-everyday-developer/detect-file-mime-type-using-magic-numbers-and-javascript-16bc513d4e1e)
The text was updated successfully, but these errors were encountered: