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

Can't resolve type of eot file #9

Open
deather opened this issue Mar 5, 2024 · 0 comments
Open

Can't resolve type of eot file #9

deather opened this issue Mar 5, 2024 · 0 comments

Comments

@deather
Copy link

deather commented Mar 5, 2024

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.

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