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:
parent
9244f1697d
commit
dd9bf10151
5 changed files with 646 additions and 0 deletions
|
@ -169,6 +169,11 @@ namespace Web::Encoding {
|
|||
class TextEncoder;
|
||||
}
|
||||
|
||||
namespace Web::Fetch {
|
||||
struct Header;
|
||||
class HeaderList;
|
||||
}
|
||||
|
||||
namespace Web::Geometry {
|
||||
class DOMPoint;
|
||||
class DOMPointReadOnly;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue