mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Implement '5.1. Headers class' from the Fetch API :^)
This commit is contained in:
parent
b5ab1f6b4a
commit
ed49b66f25
Notes:
sideshowbarker
2024-07-17 08:49:07 +09:00
Author: https://github.com/linusg
Commit: ed49b66f25
Pull-request: https://github.com/SerenityOS/serenity/pull/14619
Reviewed-by: https://github.com/sin-ack
9 changed files with 516 additions and 0 deletions
|
@ -170,6 +170,11 @@ namespace Web::Encoding {
|
|||
class TextEncoder;
|
||||
}
|
||||
|
||||
namespace Web::Fetch {
|
||||
class Headers;
|
||||
class HeadersIterator;
|
||||
}
|
||||
|
||||
namespace Web::Fetch::Infrastructure {
|
||||
class Body;
|
||||
struct Header;
|
||||
|
@ -470,6 +475,8 @@ class EventListenerWrapper;
|
|||
class EventTargetWrapper;
|
||||
class EventWrapper;
|
||||
class FocusEventWrapper;
|
||||
class HeadersWrapper;
|
||||
class HeadersIteratorWrapper;
|
||||
class HistoryWrapper;
|
||||
class HTMLAnchorElementWrapper;
|
||||
class HTMLAreaElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue