1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 06:44:58 +00:00
serenity/Userland/Libraries/LibWeb/XHR
Idan Horowitz d6cfa34667 AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Our current way of signalling a missing port with m_port == 0 was
lacking, as 0 is a valid port number in URLs.
2021-09-14 00:14:45 +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 AK: Make URL::m_port an Optional<u16>, Expose raw port getter 2021-09-14 00:14:45 +02:00
XMLHttpRequest.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
XMLHttpRequest.idl LibWeb: Implement XMLHttpRequest.getResponseHeader() 2021-04-03 16:34:34 +02:00
XMLHttpRequestEventTarget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
XMLHttpRequestEventTarget.idl LibWeb: Add XHREventTarget and have XHR inherit from it 2021-01-23 22:29:21 +01:00