kiruthiga 55473b7e7c initial push 5 dni temu
..
.npmignore 55473b7e7c initial push 5 dni temu
History.md 55473b7e7c initial push 5 dni temu
Makefile 55473b7e7c initial push 5 dni temu
Readme.md 55473b7e7c initial push 5 dni temu
component.json 55473b7e7c initial push 5 dni temu
index.js 55473b7e7c initial push 5 dni temu
package.json 55473b7e7c initial push 5 dni temu
test.js 55473b7e7c initial push 5 dni temu

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