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:
Timothy Flynn 2025-04-12 08:27:37 -04:00 committed by Tim Flynn
parent 16559002bf
commit 296a81c4b8
Notes: github-actions[bot] 2025-04-14 21:44:36 +00:00

View file

@ -36,6 +36,7 @@ static constexpr Array libweb_interface_namespaces = {
"SVG"sv,
"Selection"sv,
"ServiceWorker"sv,
"Streams"sv,
"UIEvents"sv,
"URLPattern"sv,
"WebAudio"sv,