1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 16:55:08 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
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
..
WrapperGenerator LibWeb: Add URLSearchParams as part of union type for XHR::send() 2022-07-08 12:37:01 +02:00
CMakeLists.txt Meta: Rename Lagom library target names from LagomFoo to LibFoo 2022-07-06 14:24:23 +02:00
GenerateCSSEnums.cpp LibWeb: Assign an underlying type to generated CSS enums 2022-04-14 14:54:06 +02:00
GenerateCSSMediaFeatureID.cpp Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator() 2022-04-02 09:18:07 -04:00
GenerateCSSPropertyID.cpp LibWeb: Use generated enum code for property value validation 2022-04-14 14:54:06 +02:00
GenerateCSSTransformFunctions.cpp LibWeb: Generate some metadata about transform functions 2022-04-18 14:16:28 +02:00
GenerateCSSValueID.cpp Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator() 2022-04-02 09:18:07 -04:00
GeneratorUtil.h AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00