Skip to content

Can't resolve type of eot file #9

@deather

Description

@deather

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions