MCPcopy
hub / github.com/socketio/socket.io / addChatTyping

Function addChatTyping

examples/cluster-traefik/server/public/main.js:103–107  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

101
102 // Adds the visual chat typing message
103 function addChatTyping (data) {
104 data.typing = true;
105 data.message = 'is typing';
106 addChatMessage(data);
107 }
108
109 // Removes the visual chat typing message
110 function removeChatTyping (data) {

Callers 1

main.jsFile · 0.70

Calls 1

addChatMessageFunction · 0.70

Tested by

no test coverage detected