1
0
Fork 0
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:
codedread 2020-04-02 23:43:24 -07:00
parent 1570f058f8
commit 60a6bf405c
2 changed files with 6 additions and 6 deletions

View file

@ -88,4 +88,4 @@ export function findMimeType(ab) {
curNode = curNode.children[byte];
if (curNode.mimeType) return curNode.mimeType;
}
};
}