chensenlai 10988628a0 语音房项目初始化 hace 5 años
..
.npmignore 10988628a0 语音房项目初始化 hace 5 años
History.md 10988628a0 语音房项目初始化 hace 5 años
Makefile 10988628a0 语音房项目初始化 hace 5 años
Readme.md 10988628a0 语音房项目初始化 hace 5 años
component.json 10988628a0 语音房项目初始化 hace 5 años
index.js 10988628a0 语音房项目初始化 hace 5 años
package.json 10988628a0 语音房项目初始化 hace 5 años
test.js 10988628a0 语音房项目初始化 hace 5 años

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