mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
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.
This commit is contained in:
parent
10b32a8dd8
commit
569ebeb6a4
Notes:
github-actions[bot]
2025-03-04 21:52:41 +00:00
Author: https://github.com/shannonbooth
Commit: 569ebeb6a4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3739
Reviewed-by: https://github.com/trflynn89
3 changed files with 27 additions and 6 deletions
|
@ -6,7 +6,7 @@ interface URLPattern {
|
|||
constructor(URLPatternInput input, USVString baseURL, optional URLPatternOptions options = {});
|
||||
constructor(optional URLPatternInput input = {}, optional URLPatternOptions options = {});
|
||||
|
||||
[FIXME] boolean test(optional URLPatternInput input = {}, optional USVString baseURL);
|
||||
boolean test(optional URLPatternInput input = {}, optional USVString baseURL);
|
||||
|
||||
URLPatternResult? exec(optional URLPatternInput input = {}, optional USVString baseURL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue