mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch spec
...at least the ones that don't require an implementation of the Streams spec :^)
This commit is contained in:
parent
1694279dd8
commit
f507f68d4a
4 changed files with 77 additions and 0 deletions
|
@ -170,6 +170,7 @@ class TextEncoder;
|
|||
}
|
||||
|
||||
namespace Web::Fetch {
|
||||
class Body;
|
||||
struct Header;
|
||||
class HeaderList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue