mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 05:52:19 +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
1a47126aa9
commit
242b8d65fd
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