mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 03:05:07 +08:00
9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
module.exports = [
|
|
'Chrome >= 46',
|
|
'Firefox >= 45',
|
|
'Safari >= 10',
|
|
'Edge >= 13',
|
|
'iOS >= 10',
|
|
'Electron >= 0.36'
|
|
];
|