简体   繁体   中英

Where can I see a list of reserved events in Socket.io

For example, in socket.io there is a reserved event 'disconnect'. Where can I find a list of full events?

You can find the full list in the source code. https://github.com/socketio/socket.io/blob/master/lib/socket.ts#L46

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM