/var/www/myprog.com.ua/server/node/node_modules/has-cors
NameSizeModeActions
.npmignore170644editdlrm
component.json3220644editdlrm
History.md2640644editdlrm
index.js4580644editdlrm
Makefile1660644editdlrm
package.json6110644editdlrm
Readme.md3540644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/has-cors/Readme.md (354B)
# has-cors Detects support for Cross-Origin Resource Sharing ## Installation Install with [component(1)](http://component.io): $ component install component/has-cors ## API Exports `true` if the user-agent supports CORS, or `false` otherwise. ``` js var hasCORS = require('has-cors'); console.log(hasCORS); // true ``` ## License MIT