What web browsers use the __proto__? Mozilla states that:
Note that
__proto__may not be available in JavaScript versions other than that in Mozilla.
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.
Click here for your answer.
Details
The most general way would be to test this page in different browsers:
It alerts if a browser supports
__proto__. I’ve submitted it to browsershots.org, which will create screenshots of the page in many different browsers. Thus, you should see–by means of the alert message–which browser does support it.