APPLE 025c69e553 wesmiler 点什么广告 пре 3 година
..
.npmignore 025c69e553 wesmiler 点什么广告 пре 3 година
History.md 025c69e553 wesmiler 点什么广告 пре 3 година
Makefile 025c69e553 wesmiler 点什么广告 пре 3 година
Readme.md 025c69e553 wesmiler 点什么广告 пре 3 година
component.json 025c69e553 wesmiler 点什么广告 пре 3 година
index.js 025c69e553 wesmiler 点什么广告 пре 3 година
package.json 025c69e553 wesmiler 点什么广告 пре 3 година
test.js 025c69e553 wesmiler 点什么广告 пре 3 година

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