1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 10:17:41 +00:00
serenity/Userland/Libraries/LibWeb/XHR
Andreas Kling 0ee457dfdf LibWeb: Provide a default DOM::EventTarget::dispatch_event()
All EventTarget subclasses except Window do the same exact thing in
their overrides, so let's just share an implementation in the base.
2021-09-25 23:36:43 +02:00
..
EventNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventNames.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProgressEvent.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ProgressEvent.idl LibWeb: Flesh out existing XHR methods a bit more 2021-01-23 22:29:21 +01:00
XMLHttpRequest.cpp LibWeb: Provide a default DOM::EventTarget::dispatch_event() 2021-09-25 23:36:43 +02:00
XMLHttpRequest.h LibWeb: Provide a default DOM::EventTarget::dispatch_event() 2021-09-25 23:36:43 +02:00
XMLHttpRequest.idl LibWeb: Implement XMLHttpRequest.getAllResponseHeaders() 2021-09-19 22:34:44 +02:00
XMLHttpRequestEventTarget.cpp LibWeb: Use an enumerator macro for XMLHttpRequestEventTarget accessors 2021-09-19 15:08:01 +02:00
XMLHttpRequestEventTarget.h LibWeb: Use an enumerator macro for XMLHttpRequestEventTarget accessors 2021-09-19 15:08:01 +02:00
XMLHttpRequestEventTarget.idl LibWeb: Add event handler attributes to XMLHttpRequestEventTarget 2021-09-19 01:43:27 +02:00