mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibWeb/XHR: Add missing spec comment for step 12 in XHR::send()
This commit is contained in:
parent
e6a3307955
commit
5d94119f4c
Notes:
github-actions[bot]
2025-08-26 11:20:08 +00:00
Author: https://github.com/kennethmyhra
Commit: 5d94119f4c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5943
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 3 additions and 1 deletions
|
@ -883,7 +883,9 @@ WebIDL::ExceptionOr<void> XMLHttpRequest::send(Optional<DocumentOrXMLHttpRequest
|
|||
|
||||
timer->start();
|
||||
}
|
||||
} else {
|
||||
}
|
||||
// 12. Otherwise, if this’s synchronous flag is set:
|
||||
else {
|
||||
// 1. Let processedResponse be false.
|
||||
IGNORE_USE_IN_ESCAPING_LAMBDA bool processed_response = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue