Update supported browsers
Push latest Firefox ESR as latest supported browser Push opera 70 as latest supported browser
This commit is contained in:
parent
216e4f00a3
commit
7bf8e880fd
@ -5,8 +5,8 @@ import { DeviceDetectorService, DeviceInfo } from 'ngx-device-detector';
|
|||||||
const SmallestSupportedBrowserVersion = {
|
const SmallestSupportedBrowserVersion = {
|
||||||
Chrome: 80,
|
Chrome: 80,
|
||||||
Safari: 13,
|
Safari: 13,
|
||||||
Firefox: 68,
|
Firefox: 78,
|
||||||
Opera: 66,
|
Opera: 70,
|
||||||
'MS-Edge': 80,
|
'MS-Edge': 80,
|
||||||
'MS-Edge-Chromium': 80
|
'MS-Edge-Chromium': 80
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user