1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

LibWeb: Add HTMLMediaElement.canPlayType()

For the time being, the answer is no, or rather: "" :^)
This commit is contained in:
Linus Groh 2022-03-04 18:49:30 +01:00 committed by Andreas Kling
parent 55c247d044
commit a2e6abe159
4 changed files with 28 additions and 0 deletions

View file

@ -525,6 +525,7 @@ class XMLHttpRequestConstructor;
class XMLHttpRequestEventTargetWrapper;
class XMLHttpRequestPrototype;
class XMLHttpRequestWrapper;
enum class CanPlayTypeResult;
enum class DOMParserSupportedType;
enum class XMLHttpRequestResponseType;
}