1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 10:29:24 +02:00

Minor comment

This commit is contained in:
Jeff Schiller 2023-12-09 09:08:30 -08:00
parent 2ed482879f
commit b30a48701c

View file

@ -8,7 +8,9 @@
*/
// https://mimesniff.spec.whatwg.org/ is a good resource.
// https://github.com/h2non/filetype is an easy target for reverse-engineering.
// Easy targets for reverse-engineering:
// - https://github.com/h2non/filetype
// - https://github.com/gabriel-vasile/mimetype (particularly internal/magic/ftyp.go)
// NOTE: Because the ICO format also starts with a couple zero bytes, this tree will rely on the
// File Type box never going beyond 255 bytes in length which, seems unlikely according to