mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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
|
@ -592,6 +592,10 @@ namespace Web::MathML {
|
|||
class MathMLElement;
|
||||
}
|
||||
|
||||
namespace Web::MediaCapabilitiesAPI {
|
||||
class MediaCapabilities;
|
||||
}
|
||||
|
||||
namespace Web::MimeSniff {
|
||||
class MimeType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue