mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
This commit is contained in:
parent
0cb4d48283
commit
a7b1c7eb16
2 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
String response_text() const;
|
||||
|
||||
DOM::ExceptionOr<void> open(const String& method, const String& url);
|
||||
DOM::ExceptionOr<void> send(String const& body);
|
||||
DOM::ExceptionOr<void> send(String body);
|
||||
|
||||
DOM::ExceptionOr<void> set_request_header(const String& header, const String& value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue