JavaScript and __proto__ - what browsers use it?

后端 未结 4 604
臣服心动
臣服心动 2020-12-06 00:59

What web browsers use the __proto__? Mozilla states that:

Note that __proto__ may not be available in JavaScript versions ot

4条回答
  •  失恋的感觉
    2020-12-06 01:29

    The Browser Security Handbook has a table showing which browsers expose __proto__.

    Currently, those browsers are:

    • Firefox 2
    • Firefox 3
    • Safari
    • Chrome
    • Android

    Those excluded:

    • IE 6, 7, 8
    • Opera

提交回复
热议问题