Opal-Estate-Pro/node_modules/has-cors
2019-09-13 11:27:52 +07:00
..
.npmignore style Dashboard 2019-09-13 11:27:52 +07:00
component.json style Dashboard 2019-09-13 11:27:52 +07:00
History.md style Dashboard 2019-09-13 11:27:52 +07:00
index.js style Dashboard 2019-09-13 11:27:52 +07:00
Makefile style Dashboard 2019-09-13 11:27:52 +07:00
package.json style Dashboard 2019-09-13 11:27:52 +07:00
Readme.md style Dashboard 2019-09-13 11:27:52 +07:00
test.js style Dashboard 2019-09-13 11:27:52 +07:00

has-cors

Detects support for Cross-Origin Resource Sharing

Installation

Install with component(1):

$ component install component/has-cors

API

Exports true if the user-agent supports CORS, or false otherwise.

var hasCORS = require('has-cors');
console.log(hasCORS);
// true

License

MIT