-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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/ttfJust 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.
Metadata
Metadata
Assignees
Labels
No labels