Repository URL to install this package:
|
Version:
1.1.0 ▾
|
| package.json |
| .npmignore |
| index.js |
| test.js |
| History.md |
| Makefile |
| Readme.md |
| component.json |
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