Files
ladybird/Libraries/LibWeb
Jonathan Gamble 4e48ba36bd LibWeb: Better handling of union types in IDL code generation
First check if a string is a member of the enum before attempting
numeric conversion. This generates correct code for fields like:

AudioContextOptions {
  latencyHint: AudioContextLatencyCategory | double;
}
2026-01-26 18:46:39 +01:00
..
2026-01-20 06:51:04 -05:00
2026-01-22 01:29:30 +00:00
2026-01-11 00:01:24 +01:00
2026-01-22 14:56:46 +01:00