Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mime.json « lib - github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61d8a958ee5a0f520acea3e747512a24d30e8c77 (plain)
1
2
3
4
5
6
7
8
{
  ".m4a": "audio/mp4",
  ".mp3": "audio/mpeg",
  ".mp4": "video/mp4",
  ".pdf": "application/pdf",
  ".wav": "audio/wav",
  ".webm": "video/webm"
}