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

LibWeb: Implement '5.5. Response class' from the Fetch API :^)

This commit is contained in:
Linus Groh 2022-09-25 19:36:30 +01:00
parent 9fb672e981
commit 0b52b883af
9 changed files with 449 additions and 0 deletions

View file

@ -132,6 +132,7 @@ set(SOURCES
Fetch/Infrastructure/HTTP/Statuses.cpp
Fetch/Infrastructure/URL.cpp
Fetch/Request.cpp
Fetch/Response.cpp
FileAPI/Blob.cpp
FileAPI/File.cpp
FontCache.cpp