aswi2020vldc-gitlab/templetes/node_modules/sockjs-client/lib/location.js @ 78a2184f
1 |
'use strict'; |
---|---|
2 |
|
3 |
module.exports = global.location || { |
4 |
origin: 'http://localhost:80' |
5 |
, protocol: 'http:' |
6 |
, host: 'localhost' |
7 |
, port: 80 |
8 |
, href: 'http://localhost/' |
9 |
, hash: '' |
10 |
};
|