为什么 DOMSubtreeModified 事件在 DOM 级别 3 中被弃用?
为什么 DOMSubtreeModified 事件已弃用以及我们应该使用什么反而?
Why is the DOMSubtreeModified event deprecated and what are we supposed to use instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您向下滚动一点,您会看到:
替换 API 是突变观察者,它是完全指定的DOM Living Standard 中的内容,取代了所有 DOM X 级的愚蠢行为。
If you scroll down a bit, you see:
The replacement API is mutation observers, which are fully specified in the DOM Living Standard that supercedes all of the DOM level X silliness.
我认为替代者将是突变观察者:https://developer.mozilla.org/en-US /docs/Web/API/MutationObserver
I think the replacement will be mutation observers: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver