sg-socket-constants
Version:
Constants variables for socket
14 lines (10 loc) • 303 B
JavaScript
/**
* Status for acknowledgements
* @namespace AcknowledgeEvents
* @see http://socket.io/docs/#sending-and-getting-data-(acknowledgements)
*/
/** Succeeded to handle the event */
exports.OK = 'sg:acknowledge:ok'
/** Something wrong with the event */
exports.NG = 'sg:acknowledge:ng'