Hacker News new | ask | show | jobs
by gildas 5149 days ago
Apparently, they don't really know what they're doing...

    function cj() {
        try {
            return new a.ActiveXObject("Microsoft.XMLHTTP")
        } catch (b) {
        }
    }
I guess this JS code is not for IE support...