Skip to content

Commit b8a49d5

Browse files
authored
add "alternate" mime support for message/coffeepot
message/teapot is considered distinct enough to not warrant a case for now
1 parent 6998584 commit b8a49d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/normalizeMimeType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function normalizeMimeType (mime: string) {
4040
case "text/json5": return "application/json5";
4141
case "application/x-json5": return "application/json5";
4242
case "video/x-ms-wmv": return "video/x-ms-asf";
43+
case "application/coffee-pot-command": return "message/coffeepot";
4344
}
4445
return mime;
4546
}

0 commit comments

Comments
 (0)