mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02: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:
Notes:
github-actions[bot]
2025-03-04 21:52:41 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/569ebeb6a47 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3739 Reviewed-by: https://github.com/trflynn89
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user