mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Flesh out existing XHR methods a bit more
This makes open, send and setRequestHeader a bit more spec compliant and adds a bunch of FIXMEs for unimplemented parts.
This commit is contained in:
parent
c68148efc5
commit
4f2e154dbe
Notes:
sideshowbarker
2024-07-18 22:54:50 +09:00
Author: https://github.com/Lubrsi
Commit: 4f2e154dbe
Pull-request: https://github.com/SerenityOS/serenity/pull/5072
8 changed files with 359 additions and 29 deletions
|
@ -190,6 +190,7 @@ class StackingContext;
|
|||
}
|
||||
|
||||
namespace Web::XHR {
|
||||
class ProgressEvent;
|
||||
class XMLHttpRequest;
|
||||
}
|
||||
|
||||
|
@ -283,6 +284,7 @@ class MouseEventWrapper;
|
|||
class NodeWrapper;
|
||||
class PerformanceTimingWrapper;
|
||||
class PerformanceWrapper;
|
||||
class ProgressEventWrapper;
|
||||
class ScriptExecutionContext;
|
||||
class SubmitEventWrapper;
|
||||
class SVGElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue