AhMyth 9000392778 beta version há 8 anos atrás
..
.npmignore 9000392778 beta version há 8 anos atrás
History.md 9000392778 beta version há 8 anos atrás
Makefile 9000392778 beta version há 8 anos atrás
Readme.md 9000392778 beta version há 8 anos atrás
component.json 9000392778 beta version há 8 anos atrás
index.js 9000392778 beta version há 8 anos atrás
package.json 9000392778 beta version há 8 anos atrás
test.js 9000392778 beta version há 8 anos atrás

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