Object.prototype.unwatch() - JavaScript 编辑

警告 : 请尽量避免使用 unwatch() 和  watch() . 这两个方法仅在 Gecko 中实现 , 并且他们过去主要作调试用. 另外, 使用 watchpoints 对性能有一系列的副面影响 ,特别是当使用全局对象,如 window. 你应该使用  setters and getters 或 proxies 来替代. 查阅 Browser compatibility 以获取更多信息.

unwatch() 删除一个 watch() 设置的 watchpoint.

语法

obj.unwatch(prop)

参数

prop
想要停止监视的对象的属性名

描述

JavaScript调试器具有类似的功能,以及其他调试选项。有关调试器的信息  Venkman.

默认地, 这个方法 被每一个 Object 的子类继承 

Note: The reason for unwatch() to take the property name prop as its only parameter is due to the "single handler allowing" behavior of the watch() method.

例子

See watch().

说明

Not part of any specifications. Implemented in JavaScript 1.2.

浏览器兼容性

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support未实现(Yes)未实现未实现未实现
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support未实现未实现(Yes)未实现未实现未实现

Compatibility notes

  • 从 Firefox 23 (bug 903332) 开始, 在 Document 对象上调用 unwatch() 抛出 TypeError . This regression has been fixed with Firefox 27.

相关链接

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

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

发布评论

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

词条统计

浏览:130 次

字数:4580

最后编辑:7年前

编辑次数:0 次

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