Closed usmonster closed 9 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.)
.textContent
.innerText
If so, I can spruce up the one I wrote for aight and make a pull request.
Could you do the PR to the maintained fork at financial-times/polyfill-service?
Sure can!
.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.