proto-polyfill:为__proto__提供一些限制

时间:2024-02-22 08:05:23
【文件属性】:

文件名称:proto-polyfill:为__proto__提供一些限制

文件大小:9KB

文件格式:ZIP

更新时间:2024-02-22 08:05:23

polyfill babel webpack es6 static

原型填充· 为__proto__提供一些限制 需要此polyfill的浏览器 在通常不提供__proto__ Object.defineProperty支持Object.defineProperty , Object.getPrototypeOf , Object.getOwnPropertyNames , Object.getOwnPropertyDescriptor和Object.create旧浏览器中: IE 9 IE 10 不支持IE 8。 为什么和何时 如果您执行以下操作:./tests/class-like.js或(ES6版本): class X { static get foo ( ) { return "xFoo" ; } get foo ( ) { return this . constructor . foo + " by instance!" ; } } X . s = { s : "x" } ; X . f = "X" ; class Y extends X { static get foo ( ) { re


【文件预览】:
proto-polyfill-master
----index.js(6KB)
----package.json(1KB)
----tests()
--------core.js(5KB)
--------limitations.js(2KB)
--------index.html(832B)
--------core-plus.js(2KB)
--------class-like.js(4KB)
----LICENSE(1KB)
----package-lock.json(77B)
----.npmignore(11B)
----CHANGELOG.md(130B)
----README.md(3KB)

网友评论