文件名称:object-create-ie8:Object.create polyfill
文件大小:1KB
文件格式:ZIP
更新时间:2024-05-28 06:49:20
JavaScript
对象创建IE8 Object.create polyfill ie8 if ( ! / \[ native code \] / . test ( Object . create ) ) { Object . create = function ( a ) { var f = function f ( ) { } ; f . prototype = a ; return new f ( ) ; } ; }
【文件预览】:
object-create-ie8-master
----README.md(239B)
----index.js(161B)
----package.json(236B)