ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator
Luke Wilde 198cec481a LibWeb: Allow null for optional, nullable, no default value union types
For these types, it would previously only accept `undefined` for the
`null` state.

Fixes GET requests in the Turbo library always failing:
9e057f284a/src/http/fetch_request.js (L219-L220)
9e057f284a/src/http/fetch_request.js (L51-L64)

This was found on https://www.fangamer.com/.
2025-02-22 18:45:27 +01:00
..
CMakeLists.txt BindingsGenerator: Write generated code to disk instead of stdout 2022-12-13 11:31:24 +01:00
IDLGenerators.cpp LibWeb: Allow null for optional, nullable, no default value union types 2025-02-22 18:45:27 +01:00
IDLGenerators.h LibWeb: Generate WebGLRenderingContext implementation 2024-12-03 23:35:45 +01:00
main.cpp LibIDL: Fix use-after-free in GenerateWindowOrWorkerInterfaces 2024-11-16 10:30:14 +01:00
Namespaces.h LibWeb/URLPattern: Add initial stub for URLPattern interface 2025-01-27 18:07:17 +00:00