Infragistics 如何确定浏览器支持哪些功能?

How does Infragistics determine what features a browser supports?

随着 Chrome 100 的到来,这已成为我们关注的问题。 Infragistics 如何确定浏览器支持哪些功能?

  1. 他们是否查询用户代理字符串,并查询浏览器名称?
  2. 他们是否查询用户代理字符串并查询浏览器名称版本?
  3. 他们使用特征检测吗?
  4. 他们是否同时使用 (2) 和 (3)?
  5. 他们完全做其他事情吗?

如果他们使用 2 或 4,这可能会给我们带来问题,因为我们非常依赖 Infragistics 组件。

Е除IE外,浏览器版本未计入Infragistics product implementation. Having this in mind I do not expect any issues with the Chrome v100 release. In addition, we are currently testing our products in order to be sure there is no issue. You could also test whether everything works as expected on your side using the exposed force-major-version-to-100 flag. More about it could be found here

此外,我可以说的是,在可能的情况下我们正在使用特征检测,但是,在某些情况下,有必要使用用户代理字符串。但是,正如我之前提到的,我们预计 Chrom v100 不会出现任何问题。