UNPKG

sg-socket-constants

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