|
пре 6 месеци | |
---|---|---|
.. | ||
.npmignore | пре 6 месеци | |
History.md | пре 6 месеци | |
Makefile | пре 6 месеци | |
Readme.md | пре 6 месеци | |
component.json | пре 6 месеци | |
index.js | пре 6 месеци | |
package.json | пре 6 месеци | |
test.js | пре 6 месеци |
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