1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:17:46 +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

@ -54,6 +54,8 @@ private:
ByteBuffer m_byte_buffer {};
String m_type {};
friend class XHR::XMLHttpRequest;
};
}