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

LibWeb: Add definitions from '2.1. URL' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-10 19:14:46 +02:00
parent de74ba587f
commit 7c2c9b6859
3 changed files with 53 additions and 0 deletions

View file

@ -118,6 +118,7 @@ set(SOURCES
Encoding/TextDecoder.cpp
Encoding/TextEncoder.cpp
Fetch/AbstractOperations.cpp
Fetch/Infrastructure/URL.cpp
FontCache.cpp
Geometry/DOMRectList.cpp
HTML/AttributeNames.cpp