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

LibWeb: Add definitions from '2.2.1. Methods' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-10 19:28:47 +02:00
parent 9d60010b44
commit 9244f1697d
4 changed files with 69 additions and 1 deletions

View file

@ -119,6 +119,7 @@ set(SOURCES
Encoding/TextEncoder.cpp
Fetch/Infrastructure/HTTP.cpp
Fetch/Infrastructure/URL.cpp
Fetch/Infrastructure/HTTP/Methods.cpp
FontCache.cpp
Geometry/DOMRectList.cpp
HTML/AttributeNames.cpp