feat(browser-support): Add safari to list of optimal browsers

This commit is contained in:
Jaya Allamsetty
2020-04-14 13:42:27 -04:00
committed by Jaya Allamsetty
parent be56521267
commit 4824c8714a
2 changed files with 3 additions and 2 deletions
@@ -9,7 +9,8 @@ const DEFAULT_OPTIMAL_BROWSERS = [
'chrome',
'electron',
'firefox',
'nwjs'
'nwjs',
'safari'
];
const DEFAULT_UNSUPPORTED_BROWSERS = [];