mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Stub MediaCapabilities IDL interface
This commit is contained in:
parent
1240aaa294
commit
4c5a176354
Notes:
github-actions[bot]
2024-09-05 13:53:37 +00:00
Author: https://github.com/jamierocks
Commit: 4c5a176354
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1283
Reviewed-by: https://github.com/tcl3 ✅
8 changed files with 73 additions and 0 deletions
|
@ -4197,6 +4197,7 @@ static void generate_using_namespace_definitions(SourceGenerator& generator)
|
|||
using namespace Web::IndexedDB;
|
||||
using namespace Web::Internals;
|
||||
using namespace Web::IntersectionObserver;
|
||||
using namespace Web::MediaCapabilitiesAPI;
|
||||
using namespace Web::NavigationTiming;
|
||||
using namespace Web::PerformanceTimeline;
|
||||
using namespace Web::RequestIdleCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue