Skip to content

Instantly share code, notes, and snippets.

@djbender
Created September 2, 2014 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djbender/91df93233ce3871ed412 to your computer and use it in GitHub Desktop.
Save djbender/91df93233ce3871ed412 to your computer and use it in GitHub Desktop.
// IE9 must have onprogress be set to a unique function.
xhr.onprogress = function () {
// IE must die
}
// hate IE
xhr.ontimeout = noop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment