1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

LibWeb/MimeSniff: Implement Resource

See https://mimesniff.spec.whatwg.org/#resource
This commit is contained in:
Kemal Zebari 2023-10-05 21:24:13 -07:00 committed by Andrew Kaster
parent a2a61d6941
commit 04e19df06a
5 changed files with 264 additions and 0 deletions

View file

@ -472,6 +472,7 @@ set(SOURCES
MathML/MathMLElement.cpp
MathML/TagNames.cpp
MimeSniff/MimeType.cpp
MimeSniff/Resource.cpp
Namespace.cpp
NavigationTiming/EntryNames.cpp
NavigationTiming/PerformanceTiming.cpp