Skip to content
  • Mike Bostock's avatar
    Fix for cross-domain d3.dsv in IE9. · 65ec4c7e
    Mike Bostock authored
    In some cases IE9 processes the opening of an XDomainRequest synchronously, so
    by the time we were setting the response function to parse the DSV file, it was
    too late. So instead we use the internal d3_xhr method to set the response
    function before the request is sent. This is a continuation of fix #1260.
    65ec4c7e