mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
LibWeb: Move extract_body() towards spec compliance
This commit is contained in:
parent
bc4ccadcac
commit
9b3da5a142
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