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

LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-11 21:42:14 +01:00
parent 9244f1697d
commit dd9bf10151
5 changed files with 646 additions and 0 deletions

View file

@ -169,6 +169,11 @@ namespace Web::Encoding {
class TextEncoder;
}
namespace Web::Fetch {
struct Header;
class HeaderList;
}
namespace Web::Geometry {
class DOMPoint;
class DOMPointReadOnly;