polyfill-service
Version:
A polyfill combinator
1 lines • 778 B
JSON
{"aliases":["default"],"browsers":{"android":"*","bb":"*","chrome":"*","firefox":"3.6 - *","ios_chr":"*","ios_saf":"*","ie":"6 - *","ie_mob":"10 - *","opera":"*","op_mini":"*","safari":"4 - *","firefox_mob":"3.6 - *"},"dependencies":["Document","Element","_mutation"],"spec":"http://dom.spec.whatwg.org/#dom-parentnode-prepend","baseDir":"Element/prototype/prepend","hasTests":true,"rawSource":"\n// Element.prototype.prepend\nDocument.prototype.prepend = Element.prototype.prepend = function prepend() {\n\tthis.insertBefore(_mutation(arguments), this.firstChild);\n};\n","minSource":"Document.prototype.prepend=Element.prototype.prepend=function(){this.insertBefore(_mutation(arguments),this.firstChild)};","detectSource":"'Element' in this && 'prepend' in Element.prototype"}