AhMyth 9000392778 beta version 8 anni fa
..
.npmignore 9000392778 beta version 8 anni fa
History.md 9000392778 beta version 8 anni fa
Makefile 9000392778 beta version 8 anni fa
Readme.md 9000392778 beta version 8 anni fa
component.json 9000392778 beta version 8 anni fa
index.js 9000392778 beta version 8 anni fa
package.json 9000392778 beta version 8 anni fa
test.js 9000392778 beta version 8 anni fa

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