UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

11 lines (7 loc) 244 B
'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); }