mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
// https://w3c.github.io/encrypted-media/#dom-mediakeysrequirement
|
|
enum MediaKeysRequirement {
|
|
"required",
|
|
"optional",
|
|
"not-allowed"
|
|
};
|