且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Chrome DOM / JavaScript参考

更新时间:2023-12-05 14:52:28

Chrome 具体我知道。 Webkit API文档,但这不是很全面,也最终指向MDN!如果您看到使用JavaScript的文档对象模型→其他资源页面说明:

There is nothing Chrome specific that I know of. There is Webkit API documentation but that is not very comprehensive and also just ends up pointing to MDN! If you see the Using the Document Object Model From JavaScript → Other Resources page it states:


Mozilla Gecko DOM Reference 是JavaScript DOM最全面的参考资料之一

Mozilla Gecko DOM Reference is one of the most comprehensive references for the JavaScript DOM

WebPlatform.org 最终将覆盖所有浏览器。

WebPlatform.org will eventually cover all browsers.

,我经常发现MDN突出了其他浏览器的兼容性,例如Chrome显示在 DOM Mutation Observer 页面。

Also, I usually find that MDN highlights compatibility in other browsers anyway, for example Chrome is shown on the DOM Mutation Observer page.