Shannon Booth
569ebeb6a4
LibWeb/URLPattern: Implement IDL interface for URLPattern test and exec
...
There is further work needed to complete the implementation of
URL::Pattern::Pattern, but this implements the remaining URLPattern
exec and test IDL interfaces, leaving all remaining work to LibURL.
2025-03-04 16:32:09 -05:00
Shannon Booth
ba93e2a8a3
LibWeb/URLPattern: Implement the URLPattern constructors
...
The underlying URL::Pattern implementation still has to be fully
implemented, but this does complete the IDL wrapper layer of the
implementation.
2025-03-04 16:32:09 -05:00
Shannon Booth
cf7b775709
LibWeb/URLPattern: Implement the URLPattern IDL getters
...
These simply return the compiled URLPattern pattern strings for
each component, and whether any of the components contained any
regexp groups.
2025-02-17 19:10:39 -05:00
Shannon Booth
8088ab5306
LibWeb/URLPattern: Add a stub for URLPattern.exec
...
Just enough to get the IDL compiling :^)
2025-02-10 17:05:15 +00:00
Shannon Booth
d4649db55e
LibWeb/URLPattern: Add initial stub for URLPattern interface
2025-01-27 18:07:17 +00:00