|
7 bulan lalu | |
---|---|---|
.. | ||
.npmignore | 7 bulan lalu | |
History.md | 7 bulan lalu | |
Makefile | 7 bulan lalu | |
Readme.md | 7 bulan lalu | |
component.json | 7 bulan lalu | |
index.js | 7 bulan lalu | |
package.json | 7 bulan lalu | |
test.js | 7 bulan lalu |
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