extension method returning undefined for `text/plain`
Given the following:
I seem to get the result
Am I missing something?
I seem to get the result
Am I missing something?
console.log(
"text/plain",
extension("text/plain"),
extensionsByType("text/plain"),
parseMediaType("text/plain"),
[...extensions.entries()]
);text/plain undefined undefined [ "text/plain", undefined ] []