Files
serenity/Userland/Libraries/LibCore/MimeData.h
Valtteri Koskivuori cf5f3a9874 LibCore: Implement basic mime type guessing based on binary patterns
This attempts to guess the mime-type from a given set of bytes from the
start of a file. It only supports a few well-defined patterns for now,
but it's a start!
2021-05-07 11:46:53 +01:00

1.4 KiB