mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibWeb: Stub XMLHttpRequest.abort
This commit is contained in:
parent
9805cdeaf5
commit
6c21c72492
Notes:
sideshowbarker
2024-07-17 04:43:09 +09:00
Author: https://github.com/Lubrsi
Commit: 6c21c72492
Pull-request: https://github.com/SerenityOS/serenity/pull/15964
Reviewed-by: https://github.com/awesomekling
3 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,7 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
undefined open(ByteString method, USVString url, boolean async, optional USVString? username = {}, optional USVString? password = {});
|
||||
undefined setRequestHeader(DOMString name, DOMString value);
|
||||
undefined send(optional XMLHttpRequestBodyInit? body = null);
|
||||
undefined abort();
|
||||
|
||||
ByteString? getResponseHeader(ByteString name);
|
||||
ByteString getAllResponseHeaders();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue