1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 23:55:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
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
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp LibWeb: Add URLSearchParams as part of union type for XHR::send() 2022-07-08 12:37:01 +02:00
IDLParser.cpp LibWeb/IDL: Make inner type of typedef inherit nullable attribute 2022-06-13 21:45:27 +01:00
IDLParser.h Lagom: Fix leaks in the IDL Wrapper generator 2022-05-25 22:25:09 +01:00
IDLTypes.h Lagom: Fix leaks in the IDL Wrapper generator 2022-05-25 22:25:09 +01:00
main.cpp LibWeb: Implement XMLSerializer 2022-07-05 21:25:05 +02:00