/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/ecmascript-runtime-client/versions.js
19 строк
517 B
sebastiandion
Fixed issue with Firefox IOS not being marked as modern browser (#13126)
02 окт 2024, 20:52
02 окт 2024, 20:52
354048d
Код
Авторство
О чём код?
const { setMinimumBrowserVersions, } = require("meteor/modern-browsers"); setMinimumBrowserVersions({ chrome: 49, edge: 12, // Since there is no IE12, this effectively excludes Internet Explorer // (pre-Edge) from the modern classification. #9818 #9839 ie: 12, firefox: 45, firefoxIOS: 100, mobileSafari: 10, opera: 38, safari: 10, // Electron 1.6.0+ matches Chromium 55, per // https://github.com/Kilian/electron-to-chromium/blob/master/full-versions.js electron: [1, 6], }, module.id);