-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeature-en.json
109 lines (109 loc) · 3.65 KB
/
feature-en.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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"features": [
{
"name": "Promise",
"infos": [
"UC mobile browser: Have not completed implementation on window scope."
]
},
{
"name": "Request",
"infos": [
"UC mobile browser: Have not completed implementation on window scope.",
"Safari: Supported in the new version"
]
},
{
"name": "Response",
"infos": [
"UC mobile browser: Have not completed implementation on window scope.",
"Safari: Supported in the new version",
"Chrome & Samsung Internet: URLSearchParams not supported yet [fixed in M-54]"
]
},
{
"name": "Registered",
"infos": [
"UC mobile browser: UC take '/' as default scope. Which means you had better to specify your scope manually."
]
},
{
"name": "self.skipWaiting",
"infos": [
"QQ: Lack of postMessage and unavailable of client.claim make us couldn't test it"
]
},
{
"name": "clients.claim",
"infos": [
"UC mobile browser: The method exists,but doesn't work",
"QQ mobile browser: Doesn't work"
]
},
{
"name": "lifecycle",
"infos": [
"UC mobile browser: The Client.claim is not available that makes us to update by shut the client only.",
"QQ mobile browser: The Client.claim is not available that makes us to update by shut the client only."
]
},
{
"name": "fetch",
"infos": [
"Polyfill available"
]
},
{
"name": "caches",
"infos": [
"Edge: In development"
]
},
{
"name": "cache.delete",
"infos": [
"Chrome: Not all options supported until Chrome 54"
]
},
{
"name": "cache.keys",
"infos": [
"Chrome: Not all options supported until Chrome 54"
]
},
{
"name": "cache.match",
"infos": [
"Chrome: Not all options supported until Chrome 54"
]
},
{
"name": "postMessage",
"infos": [
"UC mobile browser: Works. 但 API 实现不是最优选择。缺乏 event.source,clients.matchAll,且 messageChannel 不能正常使用 addEventListener",
"QQ mobile browser: Can't works well. Recevied the message by window.onmessage ",
"Chrome & Opera: Works well until Chrome 43",
"Chrome & Opera: Works well in new version"
]
},
{
"name": "Notification",
"infos": [
"Xiaomi mobile browser: Notification object exists,but doesn't work",
"UC mobile browser: Notification object exists,but doesn't work",
"Edge: In development",
"This property depends on mobile phone system's openness, does not have to work."
]
},
{
"name": "pushManager.subscribe",
"infos": [
"Chrome: Not available in China",
"Opera: Not available in China",
"Chrome mobile browser: Not available in China",
"360 mobile browser: Doesn't work",
"Baidu mobile browser: Doesn't work"
]
}
]
}