mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Use the file sniffer inside archive.js
This commit is contained in:
parent
1570f058f8
commit
60a6bf405c
2 changed files with 6 additions and 6 deletions
|
@ -88,4 +88,4 @@ export function findMimeType(ab) {
|
|||
curNode = curNode.children[byte];
|
||||
if (curNode.mimeType) return curNode.mimeType;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue