biobulkbende.org/node_modules/has-cors
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
.npmignore structure, layout and automation 2020-09-16 14:23:28 +02:00
History.md structure, layout and automation 2020-09-16 14:23:28 +02:00
Makefile structure, layout and automation 2020-09-16 14:23:28 +02:00
Readme.md structure, layout and automation 2020-09-16 14:23:28 +02:00
component.json structure, layout and automation 2020-09-16 14:23:28 +02:00
index.js structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +02:00
test.js structure, layout and automation 2020-09-16 14:23:28 +02:00

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