That's the type of JSON.parse(m.toString()) where m is a WebSocket's MessageEvent!
JSON.parse(m.toString())
m
MessageEvent
That's the type of
JSON.parse(m.toString())
wherem
is a WebSocket'sMessageEvent
!