ikannak

Results 3 comments of ikannak

> Well, https://github.com/dojo/dojo/blob/master/sniff.js should be updated (specifically the reference to `appVersion`). Is that appVersion used anywhere in operational logic within Dojo code? It appears appVersion is only used internally within...

> Yes, both dojo and dijit have lots of calls like `has("ie")`, `has("chrome")`, etc. From what I understand, there are only a handful of browsers that are detected based on...

> You can test with `chrome://flags/#reduce-user-agent` and `chrome://flags/#force-major-version-to-100` It appears that first flag only reduces the User-Agent header that's sent through browser requests, but not the one in the navigator...