1
Fork 0
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:
Kenneth Myhra 2022-07-15 21:54:02 +02:00 committed by Linus Groh
parent bc4ccadcac
commit 9b3da5a142
3 changed files with 43 additions and 19 deletions

View file

@ -38,11 +38,6 @@ public:
Done = 4,
};
struct BodyWithType {
ByteBuffer body;
String type;
};
using WrapperType = Bindings::XMLHttpRequestWrapper;
static NonnullRefPtr<XMLHttpRequest> create(HTML::Window& window)