-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy patheme-v2.json
36 lines (36 loc) · 1.02 KB
/
eme-v2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"url": "https://w3c.github.io/encrypted-media/",
"title": "Encrypted Media Extensions",
"status": "ED",
"wgs": [
{
"label": "Media Working Group",
"url": "https://www.w3.org/media-wg/"
}
],
"features": {
"persistent-usage-record": {
"title": "Persistent usage record session",
"url": "#dom-mediakeysessiontype-persistent-usage-record"
},
"hdcp-detection": {
"title": "HDCP detection",
"url": "https://github.com/WICG/hdcp-detection/blob/master/explainer.md",
"impl": {
"chromestatus": 5652917147140096
}
},
"encryption-scheme": {
"title": "Encryption scheme detection",
"url": "https://github.com/WICG/encrypted-media-encryption-scheme/blob/master/explainer.md",
"impl": {
"chromestatus": 5184416120832000
}
},
"find-existing-sessions": {
"title": "API to find existing sessions",
"url": "https://github.com/joeyparrish/encrypted-media-find-session"
}
},
"featuresCoverage": "full"
}