Skip to content

Commit b30a487

Browse files
committed
Minor comment
1 parent 2ed4828 commit b30a487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

file/sniffer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
*/
99

1010
// https://mimesniff.spec.whatwg.org/ is a good resource.
11-
// https://github.com/h2non/filetype is an easy target for reverse-engineering.
11+
// Easy targets for reverse-engineering:
12+
// - https://github.com/h2non/filetype
13+
// - https://github.com/gabriel-vasile/mimetype (particularly internal/magic/ftyp.go)
1214

1315
// NOTE: Because the ICO format also starts with a couple zero bytes, this tree will rely on the
1416
// File Type box never going beyond 255 bytes in length which, seems unlikely according to

0 commit comments

Comments
 (0)