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

@ -4436,6 +4436,7 @@ using namespace Web::StorageAPI;
using namespace Web::Streams;
using namespace Web::SVG;
using namespace Web::UIEvents;
using namespace Web::URLPattern;
using namespace Web::UserTiming;
using namespace Web::WebAssembly;
using namespace Web::WebAudio;

View file

@ -37,6 +37,7 @@ static constexpr Array libweb_interface_namespaces = {
"Selection"sv,
"ServiceWorker"sv,
"UIEvents"sv,
"URLPattern"sv,
"WebAudio"sv,
"WebGL"sv,
"WebIDL"sv,