UNPKG

@qualweb/core

Version:
10 lines 980 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_MOBILE_PAGE_VIEWPORT_HEIGHT = exports.DEFAULT_MOBILE_PAGE_VIEWPORT_WIDTH = exports.DEFAULT_DESKTOP_PAGE_VIEWPORT_HEIGHT = exports.DEFAULT_DESKTOP_PAGE_VIEWPORT_WIDTH = exports.DEFAULT_MOBILE_USER_AGENT = exports.DEFAULT_DESKTOP_USER_AGENT = void 0; exports.DEFAULT_DESKTOP_USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'; exports.DEFAULT_MOBILE_USER_AGENT = 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.102 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'; exports.DEFAULT_DESKTOP_PAGE_VIEWPORT_WIDTH = 1366; exports.DEFAULT_DESKTOP_PAGE_VIEWPORT_HEIGHT = 768; exports.DEFAULT_MOBILE_PAGE_VIEWPORT_WIDTH = 1080; exports.DEFAULT_MOBILE_PAGE_VIEWPORT_HEIGHT = 1920; //# sourceMappingURL=constants.js.map