mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Move extract_body() towards spec compliance
This commit is contained in:
parent
bc4ccadcac
commit
9b3da5a142
Notes:
sideshowbarker
2024-07-17 08:49:49 +09:00
Author: https://github.com/kennethmyhra
Commit: 9b3da5a142
Pull-request: https://github.com/SerenityOS/serenity/pull/14595
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
3 changed files with 43 additions and 19 deletions
|
@ -38,11 +38,6 @@ public:
|
|||
Done = 4,
|
||||
};
|
||||
|
||||
struct BodyWithType {
|
||||
ByteBuffer body;
|
||||
String type;
|
||||
};
|
||||
|
||||
using WrapperType = Bindings::XMLHttpRequestWrapper;
|
||||
|
||||
static NonnullRefPtr<XMLHttpRequest> create(HTML::Window& window)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue