mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Add ICO image to the file sniffer. Update the manifest to 1.0.11.
This commit is contained in:
parent
73c4080579
commit
83a07c970d
4 changed files with 24 additions and 11 deletions
|
@ -159,7 +159,7 @@ export function getFullMIMEString(info) {
|
|||
}
|
||||
}
|
||||
|
||||
if (codecFrags.length === 0) return contentType;
|
||||
if (codecFrags.size === 0) return contentType;
|
||||
return contentType + '; codecs="' + Array.from(codecFrags).join(',') + '"';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue