lucaconte 7cc26e831d presentations vor 6 Jahren
..
.npmignore 7cc26e831d presentations vor 6 Jahren
History.md 7cc26e831d presentations vor 6 Jahren
Makefile 7cc26e831d presentations vor 6 Jahren
Readme.md 7cc26e831d presentations vor 6 Jahren
component.json 7cc26e831d presentations vor 6 Jahren
index.js 7cc26e831d presentations vor 6 Jahren
package.json 7cc26e831d presentations vor 6 Jahren
test.js 7cc26e831d presentations vor 6 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