ladybird/Userland/Libraries/LibWeb/XHR
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01: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 LibWeb: Add the missing ProgressEvent IDL constructor 2021-10-01 20:14:45 +02:00
ProgressEvent.idl LibWeb: Add the missing ProgressEvent IDL constructor 2021-10-01 20:14:45 +02:00
XMLHttpRequest.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
XMLHttpRequest.h LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD 2021-10-04 00:06:48 +02:00
XMLHttpRequest.idl LibWeb: Allow passing a (String) body to XMLHttpRequest.send() 2021-09-27 01:56:08 +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