| 
				
					 | 
			il y a 3 ans | |
|---|---|---|
| .. | ||
| .npmignore | il y a 3 ans | |
| History.md | il y a 3 ans | |
| Makefile | il y a 3 ans | |
| Readme.md | il y a 3 ans | |
| component.json | il y a 3 ans | |
| index.js | il y a 3 ans | |
| package.json | il y a 3 ans | |
| test.js | il y a 3 ans | |
Detects support for Cross-Origin Resource Sharing
Install with component(1):
$ component install component/has-cors
Exports true if the user-agent supports CORS, or false otherwise.
var hasCORS = require('has-cors');
console.log(hasCORS);
// true
MIT