Description
Fired when something is received from the Websocket.
Example
// ... Initializing
pubsub
.on('debug', (response) => {
console.log(response);
});
Data
Raw websocket response from the server.
Fired when something is received from the Websocket.
// ... Initializing
pubsub
.on('debug', (response) => {
console.log(response);
});
Raw websocket response from the server.