开发者

is there corresponding stuff in IE for Firefox __proto__?

开发者 https://www.devze.com 2023-02-15 05:57 出处:网络
is there correspond开发者_运维知识库ing stuff in IE for Firefox __proto__ ?Short answer: No. More charactersAs a getter, you can use Object.getPrototypeOf, introduced by ECMAScript5 and supported sin

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

精彩评论

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