Opal-Estate-Pro/node_modules/has-cors
2019-09-13 09:44:33 +07:00
..
.npmignore uapte 2019-09-13 09:44:33 +07:00
component.json uapte 2019-09-13 09:44:33 +07:00
History.md uapte 2019-09-13 09:44:33 +07:00
index.js uapte 2019-09-13 09:44:33 +07:00
Makefile uapte 2019-09-13 09:44:33 +07:00
package.json uapte 2019-09-13 09:44:33 +07:00
Readme.md uapte 2019-09-13 09:44:33 +07:00
test.js uapte 2019-09-13 09:44:33 +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