mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
LibWeb: Stub XMLHttpRequest.abort
This commit is contained in:
parent
9805cdeaf5
commit
6c21c72492
3 changed files with 8 additions and 0 deletions
|
@ -648,4 +648,9 @@ bool XMLHttpRequest::must_survive_garbage_collection() const
|
|||
return false;
|
||||
}
|
||||
|
||||
void XMLHttpRequest::abort()
|
||||
{
|
||||
dbgln("(STUBBED) XMLHttpRequest::abort()");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue