string-pad-webkit-bug.js 247 Bytes Raw Blame History Permalink 1 2 3 4 5 // https://github.com/zloirock/core-js/issues/280 var userAgent = require('../internals/engine-user-agent'); // eslint-disable-next-line unicorn/no-unsafe-regex module.exports = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent);