ladybird/Libraries/LibWeb/URLPattern
Shannon Booth 8a33c57c1e LibWeb/LibURL: Use an IgnoreCase enum for URLPatternOptions
This is to save a future name conflict that will appear between
the options IDL dictionary and the options struct that are both
present in the spec.

It is also a nicer interface for now given there is only a single
option at the moment.
2025-04-06 08:24:54 -04:00
..
URLPattern.cpp LibWeb/LibURL: Use an IgnoreCase enum for URLPatternOptions 2025-04-06 08:24:54 -04:00
URLPattern.h LibWeb/LibURL: Use an IgnoreCase enum for URLPatternOptions 2025-04-06 08:24:54 -04:00
URLPattern.idl LibWeb/URLPattern: Implement IDL interface for URLPattern test and exec 2025-03-04 16:32:09 -05:00