Faisal Salman

Results 55 comments of Faisal Salman

Hi, there's actually no need to overlay the result as you can directly chain `getResult()` with `withClientHints()`: ```js const uap = new UAParser(); const res = await uap.getResult().withClientHints(); ```

Hi, thanks for the PR. Quick question though, since `UAParser` attaches itself to the global `window` object & `jQuery` (if applicable) when initialized: https://github.com/faisalman/ua-parser-js/blob/3d41647a55a71bc8755978b4a6a6c15302930f89/src/main/ua-parser.js#L1418 Would that count as a side...

Thanks for the report @kkuepper @SubJunk In the linked StackOverflow answer, [the latest comment](https://stackoverflow.com/questions/65146751/detecting-apple-silicon-mac-in-javascript#comment116808309_65412357) mentioned that the `WEBGL_compressed_texture_s3tc_srgb` extension doesn't seem to be missing anymore in his M1. Thus it...

Updated in https://github.com/faisalman/ua-parser-js/commit/c391d8a73c1a030c24845bc191b021bfb6cba256

Hi @NangGongZhiXiao, this change was first introduced in this commit: 1a2ef00509bd72ca18854baeb64dbdc64a8bc64d (added in `0.7.39` / `1.0.39` / `2.0.0-beta.3`) in order to unify the detection of both `QQ` & `QQBrowser` since...