mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/URLPattern: Add a stub for URLPattern.exec
Just enough to get the IDL compiling :^)
This commit is contained in:
committed by
Tim Ledbetter
parent
ba382c454a
commit
8088ab5306
Notes:
github-actions[bot]
2025-02-10 17:06:13 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/8088ab53061 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3237 Reviewed-by: https://github.com/tcl3 ✅
@@ -8,7 +8,7 @@ interface URLPattern {
|
||||
|
||||
[FIXME] boolean test(optional URLPatternInput input = {}, optional USVString baseURL);
|
||||
|
||||
[FIXME] URLPatternResult? exec(optional URLPatternInput input = {}, optional USVString baseURL);
|
||||
URLPatternResult? exec(optional URLPatternInput input = {}, optional USVString baseURL);
|
||||
|
||||
[FIXME] readonly attribute USVString protocol;
|
||||
[FIXME] readonly attribute USVString username;
|
||||
|
||||
Reference in New Issue
Block a user