Sha256: afc8d63cb8238f757a50a9884e403b2aea0526ed4ed41840a4325ebcdcaa0415
Contents?: true
Size: 262 Bytes
Versions: 18
Compression:
Stored size: 262 Bytes
Contents
/** * Export transports. */ module.exports = { websocket: require('./websocket') , flashsocket: require('./flashsocket') , htmlfile: require('./htmlfile') , 'xhr-polling': require('./xhr-polling') , 'jsonp-polling': require('./jsonp-polling') };
Version data entries
18 entries across 18 versions & 3 rubygems