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
55compat_features :
66 - api.atob
77 - api.btoa
8+ - api.atob.worker_support
9+ - api.btoa.worker_support
Original file line number Diff line number Diff line change 33
44status:
55 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
88 support:
9- chrome: "4 "
10- chrome_android: "18 "
9+ chrome: "30 "
10+ chrome_android: "30 "
1111 edge: "12"
12- firefox: "1 "
12+ firefox: "4 "
1313 firefox_android: "4"
14- safari: "3 "
15- safari_ios: "1 "
14+ safari: "10 "
15+ safari_ios: "10 "
1616compat_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"
1728 - api.atob
1829 - 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:
8888 - api.CanvasRenderingContext2D.translate
8989 - api.CanvasRenderingContext2D.wordSpacing
9090 - api.ImageData
91+ - api.ImageData.worker_support
9192 - api.ImageData.ImageData
9293 - api.ImageData.colorSpace
9394 - api.ImageData.data
Original file line number Diff line number Diff line change @@ -210,6 +210,19 @@ compat_features:
210210 # safari_ios: "9"
211211 - api.CanvasRenderingContext2D.ellipse
212212
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+
213226 # baseline: high
214227 # baseline_low_date: 2016-08-02
215228 # 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
33spec : https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
44compat_features :
55 - api.setInterval
6+ - api.setInterval.worker_support
67 - api.clearInterval
8+ - api.clearInterval.worker_support
Original file line number Diff line number Diff line change @@ -6,13 +6,39 @@ status:
66 baseline_low_date: 2015-07-29
77 baseline_high_date: 2018-01-29
88 support:
9- chrome: "1 "
9+ chrome: "3 "
1010 chrome_android: "18"
1111 edge: "12"
12- firefox: "1 "
12+ firefox: "3.5 "
1313 firefox_android: "4"
14- safari: "1 "
15- safari_ios: "1 "
14+ safari: "4 "
15+ safari_ios: "5 "
1616compat_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"
1728 - api.clearInterval
1829 - 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
33spec : https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
44compat_features :
55 - api.setTimeout
6+ - api.setTimeout.worker_support
67 - api.clearTimeout
8+ - api.clearTimeout.worker_support
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ status:
66 baseline_low_date: 2015-07-29
77 baseline_high_date: 2018-01-29
88 support:
9- chrome: "1 "
9+ chrome: "3 "
1010 chrome_android: "18"
1111 edge: "12"
12- firefox: "1 "
12+ firefox: "3.5 "
1313 firefox_android: "4"
1414 safari: "4"
15- safari_ios: "1 "
15+ safari_ios: "5 "
1616compat_features:
1717 # baseline: high
1818 # baseline_low_date: 2015-07-29
@@ -27,7 +27,6 @@ compat_features:
2727 # safari_ios: "1"
2828 - api.setTimeout
2929
30- # ⬇️ Same status as overall feature ⬇️
3130 # baseline: high
3231 # baseline_low_date: 2015-07-29
3332 # baseline_high_date: 2018-01-29
@@ -40,3 +39,18 @@ compat_features:
4039 # safari: "4"
4140 # safari_ios: "1"
4241 - 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