forked from adamlaska/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownlink.json
More file actions
62 lines (62 loc) · 2.14 KB
/
downlink.json
File metadata and controls
62 lines (62 loc) · 2.14 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"http": {
"headers": {
"downlink": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/downlink",
"spec_url": "https://wicg.github.io/netinfo/#downlink-request-header-field",
"support": {
"chrome": {
"version_added": "67",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
},
"chrome_android": {
"version_added": "67",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
},
"edge": {
"version_added": "≤79",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
},
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": null
},
"ie": {
"version_added": null
},
"opera": {
"version_added": "54",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
},
"opera_android": {
"version_added": "48",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": "9.0",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
},
"webview_android": {
"version_added": "67",
"notes": "The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure."
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}