claude-web/node_modules/socket.io-client
MerCry 0cf07bfca6 初始化提交 2026-02-23 10:23:38 +08:00
..
build 初始化提交 2026-02-23 10:23:38 +08:00
dist 初始化提交 2026-02-23 10:23:38 +08:00
LICENSE 初始化提交 2026-02-23 10:23:38 +08:00
README.md 初始化提交 2026-02-23 10:23:38 +08:00
package.json 初始化提交 2026-02-23 10:23:38 +08:00

README.md

socket.io-client

Build Status NPM version Downloads

Sauce Test Status

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/

License

MIT