feat(browser-support): Add safari to list of optimal browsers
This commit is contained in:
committed by
Jaya Allamsetty
parent
be56521267
commit
4824c8714a
@@ -9,7 +9,8 @@ const DEFAULT_OPTIMAL_BROWSERS = [
|
||||
'chrome',
|
||||
'electron',
|
||||
'firefox',
|
||||
'nwjs'
|
||||
'nwjs',
|
||||
'safari'
|
||||
];
|
||||
|
||||
const DEFAULT_UNSUPPORTED_BROWSERS = [];
|
||||
|
||||
Reference in New Issue
Block a user