NavigatorID - Web APIs 编辑

The NavigatorID interface contains methods and properties related to the identity of the browser.

There is no object of type NavigatorID, but other interfaces, like Navigator or WorkerNavigator, implement it.

Properties

The NavigatorID interface doesn't inherit any properties.

NavigatorID.appCodeName Read only This deprecated API should no longer be used, but will probably still work.
Always returns "Mozilla", in any browser. This property is kept only for compatibility purposes.
NavigatorID.appName Read only   This deprecated API should no longer be used, but will probably still work.
Always returns "Netscape", in any browser. This property is kept only for compatibility purposes.
NavigatorID.appVersion Read only This deprecated API should no longer be used, but will probably still work.
Returns either "4.0" or a string representing version information about the browser. Do not rely on this property to return a useful value.
NavigatorID.platform Read only This deprecated API should no longer be used, but will probably still work.
Returns either the empty string or a string representing the platform the browser is running on. Do not rely on this property to return a useful value.
NavigatorID.product Read only This deprecated API should no longer be used, but will probably still work.
Always returns "Gecko", in any browser. This property is kept only for compatibility purposes.
NavigatorID.userAgent Read only
Returns the user-agent string for the current browser.

Methods

The NavigatorID interface doesn't inherit any methods.

NavigatorID.taintEnabled() This deprecated API should no longer be used, but will probably still work.
Always returns false. JavaScript taint/untaint functions were removed in JavaScript 1.2. This method is only kept for compatibility purposes. Not available in workers.

Specifications

SpecificationStatusComment
HTML Living Standard
The definition of 'NavigatorID' in that specification.
Living StandardAdded the appCodeName property and the taintEnabled() method,  for compatibility purpose.
HTML5
The definition of 'NavigatorID' in that specification.
RecommendationInitial specification.

Browser compatibility

BCD tables only load in the browser

See also

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:88 次

字数:9605

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文