mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb: Use DOMException in XMLHttpRequest::send()
This commit is contained in:
parent
70878290b9
commit
14058b6858
2 changed files with 10 additions and 13 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
String response_text() const;
|
||||
|
||||
DOM::ExceptionOr<void> open(const String& method, const String& url);
|
||||
void send();
|
||||
DOM::ExceptionOr<void> send();
|
||||
|
||||
DOM::ExceptionOr<void> set_request_header(const String& header, const String& value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue