aswi2020vldc-gitlab/templetes/node_modules/sockjs-client/lib/entry.js @ 5a4cdc03
1 |
'use strict'; |
---|---|
2 |
|
3 |
var transportList = require('./transport-list'); |
4 |
|
5 |
module.exports = require('./main')(transportList); |
6 |
|
7 |
// TODO can't get rid of this until all servers do
|
8 |
if ('_sockjs_onload' in global) { |
9 |
setTimeout(global._sockjs_onload, 1); |
10 |
}
|