1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-23 16:42:34 +00:00
serenity/Userland/Libraries/LibWeb/XHR
Luke Wilde 3275d659bf LibWeb: Convert FormData to String and Vector storage
This makes use of the new [UseNewAKString] extended attribute. Using
Vector storage will make it easier to make this interface into an IDL
iterable. It seems the reason it didn't use Vector originally was due
to awkward DeprecatedString -> String conversions.
2023-02-18 01:23:36 +01:00
..
EventNames.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
EventNames.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
FormData.cpp LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
FormData.h LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
FormData.idl LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
ProgressEvent.cpp LibWeb: Make factory method of XHR::ProgressEvent fallible 2023-02-18 00:52:47 +01:00
ProgressEvent.h LibWeb: Make factory method of XHR::ProgressEvent fallible 2023-02-18 00:52:47 +01:00
ProgressEvent.idl
XMLHttpRequest.cpp LibWeb: Make factory method of XHR::ProgressEvent fallible 2023-02-18 00:52:47 +01:00
XMLHttpRequest.h LibWeb: Make factory method of XHR::XMLHttpRequest fallible 2023-02-18 00:52:47 +01:00
XMLHttpRequest.idl
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h
XMLHttpRequestEventTarget.idl