Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Update httpBackend, check window.XMLHttpRequest #5679

Closed
wants to merge 2 commits into from

Commits on Jan 8, 2014

  1. Update httpBackend, check window.XMLHttpRequest

    As per this issue: angular#5677
    
    window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode, in which case Angular should be using the ActiveXObject instead. Just checking the browser version is taking too many shortcuts.
    jorgt committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    ac4e9a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. Update httpBackend, check window.XMLHttpRequest

    As per this issue: angular#5677
    jorgt committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    5638bf5 View commit details
    Browse the repository at this point in the history