mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 08:57:59 -05:00
| | before | after | |----------|---------|---------| | min+gzip | 14.6 KB | 14.3 KB | | min+br | 13.1 KB | 12.9 KB | Reference: https://terser.org/docs/options/#mangle-properties-options
socket.io-client
Documentation
Please see the documentation here.
The source code of the website can be found here. Contributions are welcome!
Debug / logging
In order to see all the client debug output, run the following command on the browser console – including the desired scope – and reload your app page:
localStorage.debug = '*';
And then, filter by the scopes you're interested in. See also: https://socket.io/docs/v4/logging-and-debugging/