Tutik Alexsandr
Tutik Alexsandr
Currently, an uesr-agent is defined as: ```yml user_agent: 'AppEngine-Google; (+http://code.google.com/appengine; appid: s~snapchat-proxy)' bot: name: Snapchat Proxy category: Crawler url: https://www.snapchat.com producer: name: Snapchat Inc. url: https://www.snapchat.com ```
since IE has sunk into oblivion, I don't think it's necessary to solve this issue.
Hi, Niko. Its full UA `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)` for apple mail?
Based on the data provided, I am inclined to the following algorithm. ``` if is os = apple && isDektop && is browser = safari && preg_match (~\(KHTML, like Gecko\)$~)...
as an option  I think we can use the full name `MASTERTECH S.A.C` RUC 20600221761 if look at the products, the logos are very similar
the current performance has improved, if you have any ideas on how to improve more, you can speak out.
https://github.com/sanchezzzhak/demo-node-device-detector/blob/master/src/index.ts so far, it only works with such a configuration. there are no plans to rework the project on erxpot/import https://github.com/sanchezzzhak/demo-node-device-detector/blob/master/tsconfig.json
https://developers.google.com/web/fundamentals/push-notifications/display-a-notification https://web-push-book.gauntface.com/demos/notification-examples/ смотрите доку и примеры, параметры добавлять нужно в эту функцию self.registration.showNotification в виде json объекта 2 аргументом. ```js self.addEventListener('push', function(event) { console.log('Получено push-сообщение', event); var data = event.data.json();...
you have the wrong measurement. ```js const deviceDetector = new DeviceDetector(); let startPoint = performance.now(); deviceDetector.parse(''); console.log(`Time elapsed #1: ${Math.trunc(performance.now() - startPoint)}ms`); startPoint = performance.now(); deviceDetector.parse(''); console.log(`Time elapsed #2: ${Math.trunc(performance.now()...