Could anyone point to a reliable model of the JavaScript standard class/prototype cloning inheritance relations?
The “standard prototypes” I refer to are window, navigator, document, and so forth and so on.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re referring to the DOM objects provided by browsers, take a look at Mozilla’s Gecko DOM reference. Each browser however provides their own native objects though, so you should verify that a certain object is indeed available and works similarly in all the browsers that you want to target.