ladybird/Userland/Libraries/LibWeb/XHR
Kenneth Myhra 247951e09c LibWeb: Add URLSearchParams as part of union type for XHR::send()
This patch adds support for URLSearchParams to XHR::send() and
introduces the union type XMLHttpRequestBodyInit.

XHR::send() now has support for String and URLSearchParams.
2022-07-08 12:37:01 +02:00
..
EventNames.cpp
EventNames.h
ProgressEvent.h LibWeb: Use long long where it was replaced with long 2022-06-06 22:34:45 +01:00
ProgressEvent.idl LibWeb: Use long long where it was replaced with long 2022-06-06 22:34:45 +01:00
XMLHttpRequest.cpp LibWeb: Add URLSearchParams as part of union type for XHR::send() 2022-07-08 12:37:01 +02:00
XMLHttpRequest.h LibWeb: Add URLSearchParams as part of union type for XHR::send() 2022-07-08 12:37:01 +02:00
XMLHttpRequest.idl LibWeb: Add URLSearchParams as part of union type for XHR::send() 2022-07-08 12:37:01 +02:00
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h
XMLHttpRequestEventTarget.idl LibWeb: Replace ad-hoc EventHandler type with callback function typedef 2022-03-31 01:10:47 +02:00