开发者

is there corresponding stuff in IE for Firefox __proto__?

is there correspond开发者_运维知识库ing stuff in IE for Firefox __proto__ ?


Short answer: No.

More characters


As a getter, you can use Object.getPrototypeOf, introduced by ECMAScript5 and supported since IE9.

Moreover, __proto__ and Object.setPrototypeOf are supported since IE11.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜