lucaconte 7cc26e831d presentations 6 gadi atpakaļ
..
.npmignore 7cc26e831d presentations 6 gadi atpakaļ
History.md 7cc26e831d presentations 6 gadi atpakaļ
Makefile 7cc26e831d presentations 6 gadi atpakaļ
Readme.md 7cc26e831d presentations 6 gadi atpakaļ
component.json 7cc26e831d presentations 6 gadi atpakaļ
index.js 7cc26e831d presentations 6 gadi atpakaļ
package.json 7cc26e831d presentations 6 gadi atpakaļ
test.js 7cc26e831d presentations 6 gadi atpakaļ

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