mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
24
node_modules/has-cors/Readme.md
generated
vendored
Normal file
24
node_modules/has-cors/Readme.md
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
# has-cors
|
||||
|
||||
Detects support for Cross-Origin Resource Sharing
|
||||
|
||||
## Installation
|
||||
|
||||
Install with [component(1)](http://component.io):
|
||||
|
||||
$ component install component/has-cors
|
||||
|
||||
## API
|
||||
|
||||
Exports `true` if the user-agent supports CORS, or `false` otherwise.
|
||||
|
||||
``` js
|
||||
var hasCORS = require('has-cors');
|
||||
console.log(hasCORS);
|
||||
// true
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Reference in New Issue
Block a user