mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +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: https://github.com/LadybirdBrowser/ladybird/commit/296a81c4b8d 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,
|
||||
"Selection"sv,
|
||||
"ServiceWorker"sv,
|
||||
"Streams"sv,
|
||||
"UIEvents"sv,
|
||||
"URLPattern"sv,
|
||||
"WebAudio"sv,
|
||||
|
|
Loading…
Add table
Reference in a new issue