mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibWeb: Implement MediaCapabilities.decodingInfo()
This commit is contained in:
@@ -71,6 +71,9 @@ public:
|
||||
// https://websockets.spec.whatwg.org/#websocket-task-source
|
||||
WebSocket,
|
||||
|
||||
// https://w3c.github.io/media-capabilities/#media-capabilities-task-source
|
||||
MediaCapabilities,
|
||||
|
||||
// !!! IMPORTANT: Keep this field last!
|
||||
// This serves as the base value of all unique task sources.
|
||||
// Some elements, such as the HTMLMediaElement, must have a unique task source per instance.
|
||||
|
||||
Reference in New Issue
Block a user