Chrome DOM/JavaScript Reference

前端 未结 2 1020
刺人心
刺人心 2021-02-05 08:43

Is there a Chrome Javascript/DOM Reference page like the Mozilla Developer Network? which other page covers Chrome specific implementations of \"The Standards\"?

相关标签:
2条回答
  • 2021-02-05 09:22

    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 is one of the most comprehensive references for the JavaScript DOM

    WebPlatform.org will eventually cover all browsers.

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

    0 讨论(0)
  • 2021-02-05 09:24

    https://groups.google.com/a/chromium.org/forum/?fromgroups=#!topic/chromium-discuss/N56v_0tOVaM

    Chrome uses V8 JavaScript Engine, it implements ECMAScript ECMA-262, http://www.ecma-international.org/publications/standards/Ecma-262.html

    Check out these links for implementations and standards

    0 讨论(0)
提交回复
热议问题