UNPKG

polyfill-service

Version:
1 lines 861 B
{"aliases":["es6","modernizr:es6array","default"],"browsers":{"chrome":"<=44","firefox":"* - 24","ie":"*","ie_mob":"10 - *","opera":"*","safari":"*","firefox_mob":"* - 24"},"dependencies":["Object.defineProperty"],"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.of","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of","baseDir":"Array/of","hasTests":true,"rawSource":"\n// Array.of\n(function (slice) {\n\tObject.defineProperty(Array, 'of', {\n\t\tconfigurable: true,\n\t\tvalue: function of() {\n\t\t\treturn slice.call(arguments);\n\t\t},\n\t\twritable: true\n\t});\n})(Array.prototype.slice);\n","minSource":"!function(r){Object.defineProperty(Array,\"of\",{configurable:!0,value:function(){return r.call(arguments)},writable:!0})}(Array.prototype.slice);","detectSource":"'of' in Array"}