mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/URLPattern: Add initial stub for URLPattern interface
This commit is contained in:
committed by
Sam Atkins
parent
46bfced9ad
commit
d4649db55e
Notes:
github-actions[bot]
2025-01-27 18:08:17 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/d4649db55e2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3224 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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;
|
||||
|
||||
@@ -37,6 +37,7 @@ static constexpr Array libweb_interface_namespaces = {
|
||||
"Selection"sv,
|
||||
"ServiceWorker"sv,
|
||||
"UIEvents"sv,
|
||||
"URLPattern"sv,
|
||||
"WebAudio"sv,
|
||||
"WebGL"sv,
|
||||
"WebIDL"sv,
|
||||
|
||||
Reference in New Issue
Block a user