mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibWeb: Add HTMLMediaElement.canPlayType()
For the time being, the answer is no, or rather: "" :^)
This commit is contained in:
parent
55c247d044
commit
a2e6abe159
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/linusg
Commit: a2e6abe159
Pull-request: https://github.com/SerenityOS/serenity/pull/12875
Reviewed-by: https://github.com/awesomekling ✅
4 changed files with 28 additions and 0 deletions
|
@ -525,6 +525,7 @@ class XMLHttpRequestConstructor;
|
|||
class XMLHttpRequestEventTargetWrapper;
|
||||
class XMLHttpRequestPrototype;
|
||||
class XMLHttpRequestWrapper;
|
||||
enum class CanPlayTypeResult;
|
||||
enum class DOMParserSupportedType;
|
||||
enum class XMLHttpRequestResponseType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue