Hacker News new | ask | show | jobs
by jeremiep 4666 days ago
Why not just use underscore.js then? It uses Array.prototype.map for _.map if present and fallback to its own implementation otherwise.
1 comments

It is far from the only example (my favorite is the lack of XHTML support).
> lack of XHTML support

I believed IE8 reads XHTML just fine — are you referring to its inability to handle HTML content delivered with an `application/xml+xhtml` Content-Type header (IIRC)?

Yes.