forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContent-Encoding.json
More file actions
86 lines (86 loc) · 2.37 KB
/
Content-Encoding.json
File metadata and controls
86 lines (86 loc) · 2.37 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"http": {
"headers": {
"Content-Encoding": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Encoding",
"spec_url": "https://httpwg.org/specs/rfc9110.html#field.content-encoding",
"support": {
"chrome": {
"version_added": true
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
},
"firefox_android": "mirror",
"ie": {
"version_added": true
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"br": {
"__compat": {
"description": "<code>br</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": {
"version_added": "51"
},
"edge": {
"version_added": "15"
},
"firefox": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": "36"
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "11",
"notes": "Unsupported before macOS 10.13 High Sierra."
},
"safari_ios": {
"version_added": "11"
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": false
}
}
}
}
}
}
}