mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
24
node_modules/has-cors/Readme.md
generated
vendored
Executable file
24
node_modules/has-cors/Readme.md
generated
vendored
Executable 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