JavaScript and DOM binding

I read the DOM standard where it points out :

DOMImplementationRegistry is a global variable that has the following functions: getDOMImplementation (functions) ... etc.

I am trying to understand, but cannot find information about:

  • which provides the implementation of this DOMImplementationRegistry object?
  • How does JavaScript get the desired DOM implementation? Is this implemented in JavaScript (for use in JavaScript)?
  • how can i access this variable ( DOMImplementationRegistry)?

Could you explain this to me or provide a useful link?

+5
source share
1 answer

, . , Chrome, Firefox, Chrome Firefox, , DOMImplementation ( ).

https://developer.mozilla.org/en-US/docs/DOM/DOMImplementationRegistry , firefox. , Chrome.

  • : DOMImplementationRegistry?

DOM, , Chrome Firefox. -.

  • : JavaScript DOM?

, . javascript DOMImplementationRegistry.getDOMImplementation(features), DOMImplementationRegistry

  • : (DOMImplementationRegistry)?

,

  • : JavaScript ( JavaScript)?

, , , , javascript, javascript

+2

All Articles