File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ You can expect this hook to work wherever the following APIs are supported:
97
97
* [ AbortController] ( https://developer.mozilla.org/en-US/docs/Web/API/AbortController#Browser_compatibility )
98
98
* [ AbortSignal] ( https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal#Browser_compatibility )
99
99
100
+ Check [ browserslist.dev] ( https://bit.ly/2Hu7QBW ) for an overview.
101
+
100
102
### Contribute
101
103
--------------
102
104
If you wish to contribute, please use the following guidelines:
Original file line number Diff line number Diff line change 80
80
"node" : " >= 10"
81
81
},
82
82
"browserslist" : [
83
- " > 0.25%" ,
84
- " not dead"
83
+ " defaults" ,
84
+ " not ie 11" ,
85
+ " not ie_mob 11" ,
86
+ " not op_mini all" ,
87
+ " not op_mob 59" ,
88
+ " Chrome >= 66" ,
89
+ " Edge >= 16" ,
90
+ " Firefox >= 57" ,
91
+ " Opera >= 53" ,
92
+ " Safari >= 11.1" ,
93
+ " Android >= 66" ,
94
+ " and_chr >= 66" ,
95
+ " and_ff >= 57" ,
96
+ " ios_saf >= 11.3" ,
97
+ " Samsung >= 9.0"
85
98
]
86
99
}
Original file line number Diff line number Diff line change @@ -1749,7 +1749,7 @@ camelcase@^6.0.0, camelcase@^6.2.0:
1749
1749
1750
1750
caniuse-lite@^1.0.30001157 :
1751
1751
version "1.0.30001159"
1752
- resolved "https://registry.yarnpkg.com /caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20 "
1752
+ resolved "https://registry.npmjs.org /caniuse-lite/-/caniuse-lite-1.0.30001159.tgz"
1753
1753
integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
1754
1754
1755
1755
capture-exit@^2.0.0 :
You can’t perform that action at this time.
0 commit comments