mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Add XHREventTarget and have XHR inherit from it
This commit is contained in:
parent
4f2e154dbe
commit
0a1226344a
Notes:
sideshowbarker
2024-07-18 22:54:47 +09:00
Author: https://github.com/Lubrsi
Commit: 0a1226344a
Pull-request: https://github.com/SerenityOS/serenity/pull/5072
7 changed files with 66 additions and 4 deletions
|
@ -373,6 +373,7 @@ libweb_js_wrapper(UIEvents/MouseEvent)
|
|||
libweb_js_wrapper(UIEvents/UIEvent)
|
||||
libweb_js_wrapper(XHR/ProgressEvent)
|
||||
libweb_js_wrapper(XHR/XMLHttpRequest)
|
||||
libweb_js_wrapper(XHR/XMLHttpRequestEventTarget)
|
||||
|
||||
get_property(WRAPPER_SOURCES GLOBAL PROPERTY wrapper_sources)
|
||||
set(SOURCES ${SOURCES} ${WRAPPER_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue