LibWeb: Implement MediaCapabilities.decodingInfo()

This commit is contained in:
Psychpsyo 2025-02-12 17:29:29 +01:00 committed by Andrew Kaster
commit 0206697d36
Notes: github-actions[bot] 2025-02-18 17:19:43 +00:00
10 changed files with 1047 additions and 1 deletions

View file

@ -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.