1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

LibWeb: Add event handler attributes to XMLHttpRequestEventTarget

This patch adds the following event handler attributes to XHR's
EventTarget base class:

- onloadstart
- onprogress
- onabort
- onerror
- onload
- ontimeout
- onloadend
This commit is contained in:
Andreas Kling 2021-09-19 01:41:55 +02:00
parent dc8707527f
commit 6b03d18d95
4 changed files with 107 additions and 0 deletions

View file

@ -250,6 +250,7 @@ set(SOURCES
WebContentClient.cpp
XHR/EventNames.cpp
XHR/XMLHttpRequest.cpp
XHR/XMLHttpRequestEventTarget.cpp
)
set(GENERATED_SOURCES