Closed Daniel-Hug closed 9 years ago
Yea, it's pulling the wrong classList polyfill, Element.prototype.classList.ie7.js, by default. The right one is Element.prototype.classList.js.
Also, this issue relates to #45.
The default Element.prototype.classList polyfill may rely on the Window.prototype.DOMTokenList polyfill (which may rely on the Array.prototype.indexOf polyfill) and the Object.defineProperties polyfill (which may rely on the Object.defineProperty polyfill).
Polyfill variants has been completely rewritten for the new service. Check out cdn.polyfill.io for details.
Not one of the following will make
"classList" in document.documentElement
evaluate totrue
on my old android phone:Though, when I tried it with Remy Sharp's classList polyfill (https://github.com/remy/polyfills/blob/master/classList.js), it worked.