File tree Expand file tree Collapse file tree 8 files changed +101
-15
lines changed Expand file tree Collapse file tree 8 files changed +101
-15
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ caniuse: atob-btoa
5
5
compat_features :
6
6
- api.atob
7
7
- api.btoa
8
+ - api.atob.worker_support
9
+ - api.btoa.worker_support
Original file line number Diff line number Diff line change 3
3
4
4
status:
5
5
baseline: high
6
- baseline_low_date: 2015-07-29
7
- baseline_high_date: 2018-01-29
6
+ baseline_low_date: 2016-09-20
7
+ baseline_high_date: 2019-03-20
8
8
support:
9
- chrome: "4 "
10
- chrome_android: "18 "
9
+ chrome: "30 "
10
+ chrome_android: "30 "
11
11
edge: "12"
12
- firefox: "1 "
12
+ firefox: "4 "
13
13
firefox_android: "4"
14
- safari: "3 "
15
- safari_ios: "1 "
14
+ safari: "10 "
15
+ safari_ios: "10 "
16
16
compat_features:
17
+ # baseline: high
18
+ # baseline_low_date: 2015-07-29
19
+ # baseline_high_date: 2018-01-29
20
+ # support:
21
+ # chrome: "4"
22
+ # chrome_android: "18"
23
+ # edge: "12"
24
+ # firefox: "1"
25
+ # firefox_android: "4"
26
+ # safari: "3"
27
+ # safari_ios: "1"
17
28
- api.atob
18
29
- api.btoa
30
+
31
+ # ⬇️ Same status as overall feature ⬇️
32
+ # baseline: high
33
+ # baseline_low_date: 2016-09-20
34
+ # baseline_high_date: 2019-03-20
35
+ # support:
36
+ # chrome: "30"
37
+ # chrome_android: "30"
38
+ # edge: "12"
39
+ # firefox: "4"
40
+ # firefox_android: "4"
41
+ # safari: "10"
42
+ # safari_ios: "10"
43
+ - api.atob.worker_support
44
+ - api.btoa.worker_support
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ compat_features:
88
88
- api.CanvasRenderingContext2D.translate
89
89
- api.CanvasRenderingContext2D.wordSpacing
90
90
- api.ImageData
91
+ - api.ImageData.worker_support
91
92
- api.ImageData.ImageData
92
93
- api.ImageData.colorSpace
93
94
- api.ImageData.data
Original file line number Diff line number Diff line change @@ -210,6 +210,19 @@ compat_features:
210
210
# safari_ios: "9"
211
211
- api.CanvasRenderingContext2D.ellipse
212
212
213
+ # baseline: high
214
+ # baseline_low_date: 2016-08-02
215
+ # baseline_high_date: 2019-02-02
216
+ # support:
217
+ # chrome: "36"
218
+ # chrome_android: "36"
219
+ # edge: "14"
220
+ # firefox: "25"
221
+ # firefox_android: "25"
222
+ # safari: "7"
223
+ # safari_ios: "7"
224
+ - api.ImageData.worker_support
225
+
213
226
# baseline: high
214
227
# baseline_low_date: 2016-08-02
215
228
# baseline_high_date: 2019-02-02
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ description: "The `setInterval()` global function repeatedly executes provided c
3
3
spec : https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
4
4
compat_features :
5
5
- api.setInterval
6
+ - api.setInterval.worker_support
6
7
- api.clearInterval
8
+ - api.clearInterval.worker_support
Original file line number Diff line number Diff line change @@ -6,13 +6,39 @@ status:
6
6
baseline_low_date: 2015-07-29
7
7
baseline_high_date: 2018-01-29
8
8
support:
9
- chrome: "1 "
9
+ chrome: "3 "
10
10
chrome_android: "18"
11
11
edge: "12"
12
- firefox: "1 "
12
+ firefox: "3.5 "
13
13
firefox_android: "4"
14
- safari: "1 "
15
- safari_ios: "1 "
14
+ safari: "4 "
15
+ safari_ios: "5 "
16
16
compat_features:
17
+ # baseline: high
18
+ # baseline_low_date: 2015-07-29
19
+ # baseline_high_date: 2018-01-29
20
+ # support:
21
+ # chrome: "1"
22
+ # chrome_android: "18"
23
+ # edge: "12"
24
+ # firefox: "1"
25
+ # firefox_android: "4"
26
+ # safari: "1"
27
+ # safari_ios: "1"
17
28
- api.clearInterval
18
29
- api.setInterval
30
+
31
+ # ⬇️ Same status as overall feature ⬇️
32
+ # baseline: high
33
+ # baseline_low_date: 2015-07-29
34
+ # baseline_high_date: 2018-01-29
35
+ # support:
36
+ # chrome: "3"
37
+ # chrome_android: "18"
38
+ # edge: "12"
39
+ # firefox: "3.5"
40
+ # firefox_android: "4"
41
+ # safari: "4"
42
+ # safari_ios: "5"
43
+ - api.clearInterval.worker_support
44
+ - api.setInterval.worker_support
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ description: "The `setTimeout()` global function executes provided code after a
3
3
spec : https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
4
4
compat_features :
5
5
- api.setTimeout
6
+ - api.setTimeout.worker_support
6
7
- api.clearTimeout
8
+ - api.clearTimeout.worker_support
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ status:
6
6
baseline_low_date: 2015-07-29
7
7
baseline_high_date: 2018-01-29
8
8
support:
9
- chrome: "1 "
9
+ chrome: "3 "
10
10
chrome_android: "18"
11
11
edge: "12"
12
- firefox: "1 "
12
+ firefox: "3.5 "
13
13
firefox_android: "4"
14
14
safari: "4"
15
- safari_ios: "1 "
15
+ safari_ios: "5 "
16
16
compat_features:
17
17
# baseline: high
18
18
# baseline_low_date: 2015-07-29
@@ -27,7 +27,6 @@ compat_features:
27
27
# safari_ios: "1"
28
28
- api.setTimeout
29
29
30
- # ⬇️ Same status as overall feature ⬇️
31
30
# baseline: high
32
31
# baseline_low_date: 2015-07-29
33
32
# baseline_high_date: 2018-01-29
@@ -40,3 +39,18 @@ compat_features:
40
39
# safari: "4"
41
40
# safari_ios: "1"
42
41
- api.clearTimeout
42
+
43
+ # ⬇️ Same status as overall feature ⬇️
44
+ # baseline: high
45
+ # baseline_low_date: 2015-07-29
46
+ # baseline_high_date: 2018-01-29
47
+ # support:
48
+ # chrome: "3"
49
+ # chrome_android: "18"
50
+ # edge: "12"
51
+ # firefox: "3.5"
52
+ # firefox_android: "4"
53
+ # safari: "4"
54
+ # safari_ios: "5"
55
+ - api.clearTimeout.worker_support
56
+ - api.setTimeout.worker_support
You can’t perform that action at this time.
0 commit comments