(opcode)
| 17358 | return; |
| 17359 | } |
| 17360 | let dataForEvent; |
| 17361 | if (type === opcodes.TEXT) { |
| 17362 | try { |
| 17363 | dataForEvent = utf8Decode(data); |
| 17364 | } catch (e) { |
| 17365 | failWebsocketConnection(ws, "Received invalid UTF-8 in text frame."); |
no outgoing calls
no test coverage detected