mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore
This could be useful in more places.
This commit is contained in:
@@ -61,4 +61,6 @@ private:
|
||||
HashMap<String, ByteBuffer> m_data;
|
||||
};
|
||||
|
||||
String guess_mime_type_based_on_filename(const URL&);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user