forked from LeaVerou/prefixfree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IE9: Fallback to XDomainRequest if available.
On IE9, `XMLHttpRequest` does not allow to do a crossdomain request. An exception is triggered on `open()` in this case. We intercept this exception and use `XDomainRequest` if available. This should close LeaVerou#60.
- Loading branch information
1 parent
7031ff1
commit 1fcb5f5
Showing
2 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.