kiruthiga 55473b7e7c initial push пре 5 дана
..
.npmignore 55473b7e7c initial push пре 5 дана
History.md 55473b7e7c initial push пре 5 дана
Makefile 55473b7e7c initial push пре 5 дана
Readme.md 55473b7e7c initial push пре 5 дана
component.json 55473b7e7c initial push пре 5 дана
index.js 55473b7e7c initial push пре 5 дана
package.json 55473b7e7c initial push пре 5 дана
test.js 55473b7e7c initial push пре 5 дана

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