吕君喜 406d880ac6 first vor 3 Jahren
..
.npmignore 406d880ac6 first vor 3 Jahren
History.md 406d880ac6 first vor 3 Jahren
Makefile 406d880ac6 first vor 3 Jahren
Readme.md 406d880ac6 first vor 3 Jahren
component.json 406d880ac6 first vor 3 Jahren
index.js 406d880ac6 first vor 3 Jahren
package.json 406d880ac6 first vor 3 Jahren
test.js 406d880ac6 first vor 3 Jahren

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