mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
11 lines
244 B
JavaScript
Vendored
11 lines
244 B
JavaScript
Vendored
'use strict';
|
|
|
|
var transportList = require('./transport-list');
|
|
|
|
module.exports = require('./main')(transportList);
|
|
|
|
// TODO can't get rid of this until all servers do
|
|
if ('_sockjs_onload' in global) {
|
|
setTimeout(global._sockjs_onload, 1);
|
|
}
|