LibWeb/URLPattern: Add initial stub for URLPattern interface

This commit is contained in:
Shannon Booth 2025-01-05 23:33:26 +13:00 committed by Sam Atkins
commit d4649db55e
Notes: github-actions[bot] 2025-01-27 18:08:17 +00:00
9 changed files with 146 additions and 0 deletions

View file

@ -796,6 +796,10 @@ class TextEvent;
class UIEvent;
}
namespace Web::URLPattern {
class URLPattern;
}
namespace Web::DOMURL {
class DOMURL;
class URLSearchParams;