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
Hello,
During my development, I encountered a problem on mime type resolution for the extension eot. You can reproduce with these code.
const { lookup } = require("mrmime"); console.log(lookup("fonts/glyphicons-halflings-regular.eot")); // print undefined console.log(lookup("fonts/glyphicons-halflings-regular.ttf")); // print font/ttf
Just to be sure I check the mime-db repository to be sure that the problem wasn't there, but apparently there is a reference to this mime type here .
That is probably a misuage or misunderstanding of my own. Thank you for you work and reading.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
During my development, I encountered a problem on mime type resolution for the extension eot. You can reproduce with these code.
Just to be sure I check the mime-db repository to be sure that the problem wasn't there, but apparently there is a reference to this mime type here
.
That is probably a misuage or misunderstanding of my own. Thank you for you work and reading.
The text was updated successfully, but these errors were encountered: