mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Implement spec-compliant MIME type struct and parser
This will be used by XHR to extract the Content-Type MIME type to retrieve the charset.
This commit is contained in:
parent
2903c47ba0
commit
8cfeca5261
Notes:
sideshowbarker
2024-07-17 18:58:38 +09:00
Author: https://github.com/Lubrsi
Commit: 8cfeca5261
Pull-request: https://github.com/SerenityOS/serenity/pull/12448
6 changed files with 342 additions and 0 deletions
|
@ -231,6 +231,10 @@ namespace Web::IntersectionObserver {
|
|||
class IntersectionObserver;
|
||||
}
|
||||
|
||||
namespace Web::MimeSniff {
|
||||
class MimeType;
|
||||
}
|
||||
|
||||
namespace Web::NavigationTiming {
|
||||
class PerformanceTiming;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue