mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
LibWeb/URLPattern: Add initial stub for URLPattern interface
This commit is contained in:
parent
46bfced9ad
commit
d4649db55e
Notes:
github-actions[bot]
2025-01-27 18:08:17 +00:00
Author: https://github.com/shannonbooth
Commit: d4649db55e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3224
Reviewed-by: https://github.com/AtkinsSJ ✅
9 changed files with 146 additions and 0 deletions
|
@ -796,6 +796,10 @@ class TextEvent;
|
|||
class UIEvent;
|
||||
}
|
||||
|
||||
namespace Web::URLPattern {
|
||||
class URLPattern;
|
||||
}
|
||||
|
||||
namespace Web::DOMURL {
|
||||
class DOMURL;
|
||||
class URLSearchParams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue