-
Notifications
You must be signed in to change notification settings - Fork 17
/
badging.json
107 lines (107 loc) · 3.91 KB
/
badging.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
{
"clearappbadge-method": [
{
"engines": [
"blink",
"webkit"
],
"partial": [
"blink"
],
"filename": "api/Navigator.json",
"name": "clearAppBadge",
"slug": "API/Navigator/clearAppBadge",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clearAppBadge",
"summary": "The clearAppBadge() method of the Navigator interface clears a badge on the current app's icon by setting it to nothing. The value nothing indicates that no badge is currently set, and the status of the badge is cleared.",
"support": {
"chrome": {
"version_added": "81",
"partial_implementation": true,
"notes": "Windows and macOS only."
},
"chrome_android": {
"version_added": "81"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": "16.4"
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "81",
"partial_implementation": true,
"notes": "Windows and macOS only."
}
},
"title": "Navigator: clearAppBadge() method"
}
],
"setappbadge-method": [
{
"engines": [
"webkit"
],
"partial": [
"blink"
],
"filename": "api/Navigator.json",
"name": "setAppBadge",
"slug": "API/Navigator/setAppBadge",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/setAppBadge",
"summary": "The setAppBadge() method of the Navigator interface sets a badge on the icon associated with this app. If a value is passed to the method, this will be set as the value of the badge. Otherwise the badge will display as a dot, or other indicator as defined by the platform.",
"support": {
"chrome": {
"version_added": "81",
"partial_implementation": true,
"notes": "Windows and macOS only."
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": "16.4"
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "81",
"partial_implementation": true,
"notes": "Windows and macOS only."
}
},
"title": "Navigator: setAppBadge() method"
}
]
}