open-embodied fa48161c03 gcc 8 месяцев назад
..
.npmignore fa48161c03 gcc 8 месяцев назад
History.md fa48161c03 gcc 8 месяцев назад
Makefile fa48161c03 gcc 8 месяцев назад
Readme.md fa48161c03 gcc 8 месяцев назад
component.json fa48161c03 gcc 8 месяцев назад
index.js fa48161c03 gcc 8 месяцев назад
package.json fa48161c03 gcc 8 месяцев назад
test.js fa48161c03 gcc 8 месяцев назад

Readme.md

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