mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Add Streams to the list of IDL interface namespaces
Otherwise, we are not able to generate a fully qualified name for Streams objects.
This commit is contained in:
parent
16559002bf
commit
296a81c4b8
Notes:
github-actions[bot]
2025-04-14 21:44:36 +00:00
Author: https://github.com/trflynn89
Commit: 296a81c4b8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4338
Reviewed-by: https://github.com/kennethmyhra ✅
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ static constexpr Array libweb_interface_namespaces = {
|
||||||
"SVG"sv,
|
"SVG"sv,
|
||||||
"Selection"sv,
|
"Selection"sv,
|
||||||
"ServiceWorker"sv,
|
"ServiceWorker"sv,
|
||||||
|
"Streams"sv,
|
||||||
"UIEvents"sv,
|
"UIEvents"sv,
|
||||||
"URLPattern"sv,
|
"URLPattern"sv,
|
||||||
"WebAudio"sv,
|
"WebAudio"sv,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue