We just published two fixes for socket.io-client
:
Building with
browserify
orwebpack
is now completely straightforward. No need toexclude/ignore
ornoParse/externals
thews
module.Improved the JSONP transport when
socket.io-client
orengine.io-client
are lazily evaluated or the<script>
tag that included them gets removed.
Get the latest client from the CDN:
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.4/socket.io.min.js"></script>