mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27: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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue