Created
November 1, 2018 23:01
-
-
Save blubbll/5f4841106a5cdc1ef8652e4668700f37 to your computer and use it in GitHub Desktop.
check if browser has good cors support
This file contains hidden or 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
| var cors = ('withCredentials' in new XMLHttpRequest()|| typeof XDomainRequest === 'undefined'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment