Why WAV format doesn't have same mimetype in different browsers?
问题 File input give different Mimetype for the same file in chrome or firefox. I have a wav file that I want to upload, chrome says it is audio/wav and firefox detect audio/x-wav . I know those two mimetype are very similar ( x- stands for non-standard), but why are they handled differently in this case? Here is a fiddle to illustrate this: https://jsfiddle.net/r9ae0zfd/. And here is the WAV file I used for this example: https://freesound.org/people/zagi2/sounds/391828/. In the end the behavior