mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +00:00
LibWeb: Add XHREventTarget and have XHR inherit from it
This commit is contained in:
parent
4f2e154dbe
commit
0a1226344a
7 changed files with 66 additions and 4 deletions
|
@ -192,6 +192,7 @@ class StackingContext;
|
|||
namespace Web::XHR {
|
||||
class ProgressEvent;
|
||||
class XMLHttpRequest;
|
||||
class XMLHttpRequestEventTarget;
|
||||
}
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
@ -300,6 +301,7 @@ class Wrapper;
|
|||
class XMLHttpRequestConstructor;
|
||||
class XMLHttpRequestPrototype;
|
||||
class XMLHttpRequestWrapper;
|
||||
class XMLHttpRequestEventTargetWrapper;
|
||||
class RangeConstructor;
|
||||
class RangePrototype;
|
||||
class RangeWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue