kiruthiga 55473b7e7c initial push 6 gün önce
..
.npmignore 55473b7e7c initial push 6 gün önce
History.md 55473b7e7c initial push 6 gün önce
Makefile 55473b7e7c initial push 6 gün önce
Readme.md 55473b7e7c initial push 6 gün önce
component.json 55473b7e7c initial push 6 gün önce
index.js 55473b7e7c initial push 6 gün önce
package.json 55473b7e7c initial push 6 gün önce
test.js 55473b7e7c initial push 6 gün önce

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