mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 01:38:56 +00:00
LibWeb: Implement '5.5. Response class' from the Fetch API :^)
This commit is contained in:
parent
9fb672e981
commit
0b52b883af
Notes:
sideshowbarker
2024-07-17 06:35:25 +09:00
Author: https://github.com/linusg
Commit: 0b52b883af
Pull-request: https://github.com/SerenityOS/serenity/pull/15359
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/kennethmyhra
9 changed files with 449 additions and 0 deletions
|
@ -184,6 +184,7 @@ class BodyMixin;
|
|||
class Headers;
|
||||
class HeadersIterator;
|
||||
class Request;
|
||||
class Response;
|
||||
}
|
||||
|
||||
namespace Web::Fetch::Infrastructure {
|
||||
|
@ -489,6 +490,7 @@ enum class RequestCredentials;
|
|||
enum class RequestCache;
|
||||
enum class RequestRedirect;
|
||||
enum class RequestDuplex;
|
||||
enum class ResponseType;
|
||||
enum class ResizeObserverBoxOptions;
|
||||
enum class XMLHttpRequestResponseType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue