polyfill-service
Version:
A polyfill combinator
1 lines • 736 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-append","baseDir":"Element/prototype/append","hasTests":true,"rawSource":"\n// Element.prototype.append\nDocument.prototype.prepend = Element.prototype.append = function append() {\n\tthis.appendChild(_mutation(arguments));\n};\n","minSource":"Document.prototype.prepend=Element.prototype.append=function(){this.appendChild(_mutation(arguments))};","detectSource":"'Element' in this && 'append' in Element.prototype"}