We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7616dd commit bef1f75Copy full SHA for bef1f75
1 file changed
utils.js
@@ -105,6 +105,7 @@ var contentTypes = {
105
'mv4': 'video/mv4',
106
'obj': 'text/plain',
107
'ogg': 'application/ogg',
108
+ 'ogv': 'video/ogg',
109
'package': 'text/plain',
110
'pdf': 'application/pdf',
111
'png': 'image/png',
@@ -124,6 +125,7 @@ var contentTypes = {
124
125
'tiff': 'image/tiff',
126
'txt': 'text/plain',
127
'wav': 'audio/x-wav',
128
+ 'webm': 'video/webm',
129
'webp': 'image/webp',
130
'woff': 'application/font-woff',
131
'woff2': 'application/font-woff2',
0 commit comments