mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Bug 1311798: Align XMLHttpRequest abort() with the spec
This commit is contained in:
parent
e95eff8e11
commit
5cc122a538
4 changed files with 82 additions and 6 deletions
|
|
@ -396,6 +396,11 @@ public:
|
|||
aRv = SendInternal(&body);
|
||||
}
|
||||
|
||||
void
|
||||
RequestErrorSteps(const ProgressEventType aEventType,
|
||||
const nsresult aOptionalException,
|
||||
ErrorResult& aRv);
|
||||
|
||||
void
|
||||
Abort() {
|
||||
ErrorResult rv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue