1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:07:45 +00:00

LibWeb: Add XHREventTarget and have XHR inherit from it

This commit is contained in:
Luke 2021-01-23 17:52:16 +00:00 committed by Andreas Kling
parent 4f2e154dbe
commit 0a1226344a
7 changed files with 66 additions and 4 deletions

View file

@ -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})