Bug 1311798: Align XMLHttpRequest abort() with the spec

This commit is contained in:
janekptacijarabaci 2018-03-15 19:18:30 +01:00 committed by Roy Tam
commit 5cc122a538
4 changed files with 82 additions and 6 deletions

View file

@ -396,6 +396,11 @@ public:
aRv = SendInternal(&body);
}
void
RequestErrorSteps(const ProgressEventType aEventType,
const nsresult aOptionalException,
ErrorResult& aRv);
void
Abort() {
ErrorResult rv;