jonathantneal / polyfill

A polyfill combinator
MIT License
738 stars 13 forks source link

Node.prototype.textContent shim for IE<9? #67

Closed usmonster closed 9 years ago

usmonster commented 10 years ago

.textContent is not available in IE8 and below, so just wanted to know if there would be any interest in providing a polyfill for it. (Using IE's proprietary .innerText is often not sufficient, since it's not really equivalent.)

If so, I can spruce up the one I wrote for aight and make a pull request.

triblondon commented 10 years ago

Could you do the PR to the maintained fork at financial-times/polyfill-service?

usmonster commented 10 years ago

Sure can!