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

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