Commit Graph

5 Commits

Author SHA1 Message Date
Shannon Booth
64736db9e4 LibWeb/EncryptedMediaExtensions: Move EME dictionaries out of Bindings
Define MediaKeySystemConfiguration and MediaKeySystemMediaCapability in
Web::EncryptedMediaExtensions instead of Web::Bindings. This matches
other dictionary definitions in the codebase.
2026-04-23 22:12:13 +02:00
stelar7
c9b3365286 LibWeb/EME: Implement is_supported_key_system 2025-08-27 09:58:00 +02:00
stelar7
7b9d5f9fdc LibWeb/EME: Implement get_supported_configuration 2025-08-27 09:58:00 +02:00
stelar7
ca66a4933e LibWeb/EME: Implement get_supported_configuration_and_consent 2025-08-27 09:58:00 +02:00
stelar7
8f2886733c LibWeb/EME: Implement get_supported_capabilities_for_audio_video_type 2025-08-27 09:58:00 +02:00